Log
struct.
Log.logger
, an instance of SwiftLog.Logger
, which defaults to a basic stdout logger.
Log.logger
is a settable variable so you may set it to be a more complex Logger
that outputs to wherever you need it to go. See SwiftLog for advanced usage and available log drivers.