| Package | de.flamelab.log |
| Class | public class LogEvent |
| Inheritance | LogEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| code : String
Event code, string representation of priority
| LogEvent | ||
| message : Object
Event message
| LogEvent | ||
| priority : int
Event priority
| LogEvent | ||
| timestamp : String
Event timestamp
| LogEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
LogEvent(type:String, msg:Object, prio:int, time:String)
Constructor, creates a new event
| LogEvent | ||
|
clone():Event
Override parants clone method.
| LogEvent | ||
|
toString():String
Override parents toString method for identifying
this error
| LogEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| LOG : String = "log" [static]
Event identification
| LogEvent | ||
| code | property |
public var code:StringEvent code, string representation of priority
| message | property |
public var message:ObjectEvent message
| priority | property |
public var priority:intEvent priority
| timestamp | property |
public var timestamp:StringEvent timestamp
| LogEvent | () | constructor |
public function LogEvent(type:String, msg:Object, prio:int, time:String)Constructor, creates a new event
Parameterstype:String — Event identificator
|
|
msg:Object — Object containing the error data
|
|
prio:int — Log priority
|
|
time:String — Timestamp of log event
|
| clone | () | method |
public override function clone():EventOverride parants clone method. Necessary for custom events.
ReturnsEvent — Event New event
|
| toString | () | method |
public override function toString():StringOverride parents toString method for identifying this error
ReturnsString — String String representation of event data
|
| LOG | constant |
public static const LOG:String = "log"Event identification