Class: LoggerEntry

system.logging. LoggerEntry


new LoggerEntry(message, level, channel)

Represents the log information for a single logging notification.

The loging system dispatches a single message each time a process requests information be logged.

This entry can be captured by any object for storage or formatting.

Parameters:
Name Type Description
message string

The context or message of the log.

level system.logging.LoggerLevel

The level of the log.

channel string

The channel of the log.