| Package | org.spicefactory.lib.logging |
| Class | public class LogEvent |
| Inheritance | LogEvent flash.events.Event |
FlashLogger instance.
| Property | Defined By | ||
|---|---|---|---|
| level : LogLevel [read-only]
The level for this event. | LogEvent | ||
| message : String [read-only]
The message for this event. | LogEvent | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance. | LogEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| LOG : String = log [static]
Constant for the type of event fired when
a log method is invoked in a Logger instance. | LogEvent | ||
| level | property |
level:LogLevel [read-only] The level for this event.
public function get level():LogLevel| message | property |
message:String [read-only] The message for this event.
public function get message():String| LogEvent | () | Constructor |
public function LogEvent(level:LogLevel, message:String)Creates a new instance.
Parameterslevel:LogLevel — the level that is associated with this event
| |
message:String — the log message for this event
|
| LOG | Constant |
public static const LOG:String = log
Constant for the type of event fired when
a log method is invoked in a Logger instance.