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