Structure
DefaultConsoleLoggerPrinter
The default
ConsoleLoggerPrinter that prints to standard output.struct DefaultConsoleLoggerPrinter
Topics
Initializers
init()Creates a newDefaultConsoleLoggerPrinter.
Instance Methods
print(_:)Prints the given string to standard output usingSwift.print(_:).
Relationships
Conforms To
ConsoleLoggerPrinterSwift.SendableSwift.SendableMetatype
See Also
Miscellaneous
LogRecordInformation about a specific log message, including information from the logger the message was logged to.ConsoleLoggerPrinterDefines a printer used by aConsoleLoggerto output log messages.