Contents

init(_:)

Creates a logger that writes to the specified log.

Declaration

init(_ logObj: OSLog)

Parameters

  • logObj:

    The log to write messages to.

See Also

Creating a Logger