| Package | system.logging |
| Class | public class LoggerEntry |
| Inheritance | LoggerEntry Object |
| Property | Defined By | ||
|---|---|---|---|
| channel : String
Provides access to the channel for this log entry. | LoggerEntry | ||
| level : LoggerLevel
Provides access to the level for this log entry. | LoggerEntry | ||
| message : *
Provides access to the message that was entry. | LoggerEntry | ||
| Method | Defined By | ||
|---|---|---|---|
LoggerEntry(message:* = null, level:LoggerLevel = null, channel:String = null)
Creates a new LoggerEntry. | LoggerEntry | ||
| channel | property |
public var channel:StringProvides access to the channel for this log entry.
| level | property |
public var level:LoggerLevelProvides access to the level for this log entry.
| message | property |
public var message:*Provides access to the message that was entry.
| LoggerEntry | () | Constructor |
public function LoggerEntry(message:* = null, level:LoggerLevel = null, channel:String = null)Creates a new LoggerEntry.
Parametersmessage:* (default = null) — The context or message of the log.
| |
level:LoggerLevel (default = null) — The level of the log.
| |
channel:String (default = null) — The Logger reference of this entry.
|