| Package | vegas.logging |
| Class | public class LogEvent |
| Inheritance | LogEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| level : LogEventLevel
Provides access to the level for this log event.
| LogEvent | ||
| message : *
Provides access to the message that was logged.
| LogEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
LogEvent(context:*, level:LogEventLevel)
Creates a new LogEvent.
| LogEvent | ||
|
clone():Event
Returns the shallow copy of the event.
| LogEvent | ||
|
getLevelString(value:LogEventLevel):String
[static]
Returns a string value representing the level specified.
| LogEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| LOG : String = "log" [static]
Event type constant, identifies a logging event.
| LogEvent | ||
| level | property |
public var level:LogEventLevelProvides access to the level for this log event.
| message | property |
public var message:*Provides access to the message that was logged.
| LogEvent | () | constructor |
public function LogEvent(context:*, level:LogEventLevel)Creates a new LogEvent.
Parameterscontext:* |
|
level:LogEventLevel |
| clone | () | method |
public override function clone():EventReturns the shallow copy of the event.
ReturnsEvent — the shallow copy of the LogEvent event.
|
| getLevelString | () | method |
public static function getLevelString(value:LogEventLevel):StringReturns a string value representing the level specified.
Parametersvalue:LogEventLevel |
String |
| LOG | constant |
public static const LOG:String = "log"Event type constant, identifies a logging event.