Protocol
ConsoleLoggerPrinter
Defines a printer used by a
ConsoleLogger to output log messages.protocol ConsoleLoggerPrinter : Sendable
Topics
Instance Methods
print(_:)The method called by aConsoleLoggerto print a log message.
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype
Conforming Types
See Also
Miscellaneous
LogRecordInformation about a specific log message, including information from the logger the message was logged to.DefaultConsoleLoggerPrinterThe defaultConsoleLoggerPrinterthat prints to standard output.