Is os_log supposed to work in playgrounds?

This simple playground:

import Foundation
import os

os_log("test")

Fails with this error:

error: Couldn't lookup symbols:
  ___dso_handle


Is unified logging supposed to work in Playgrounds?
Doug