Structure
LogRecord
Information about a specific log message, including information from the logger the message was logged to.
struct LogRecord
Topics
Initializers
Instance Properties
fileThe file the message was logged fromfunctionThe function the message was logged fromlabelThe label of the logger the message was logged tolevelThe log level of the messagelineThe line number in the file the message was logged fromloggerLevelThe log level of the logger the message was logged tologgerMetadataThe metadata associated with the logger the message was logged tomessageThe logged messagemetadataThe metadata explicitly associated with the logged messagemetadataProviderThe metadata provider associated with the logger the message was logged tosourceThe source of the log message, usually the module name
Instance Methods
allMetadata()Combine all of the metadata into a single set.
See Also
Miscellaneous
ConsoleLoggerPrinterDefines a printer used by aConsoleLoggerto output log messages.DefaultConsoleLoggerPrinterThe defaultConsoleLoggerPrinterthat prints to standard output.