Packagesekati.events
Classpublic class LogEvent
InheritanceLogEvent Inheritance flash.events.Event

LogEvent provides the main Event object for the API Logger facility.

See also

sekati.log.Logger


Public Properties
 PropertyDefined by
  benchmark : uint
[read-only] The LogEvent bench
LogEvent
  id : uint
[read-only] The LogEvent id
LogEvent
  level : uint
[read-only] The LogEvent level
LogEvent
  message : String
[read-only] The LogEvent message
LogEvent
  origin : Object
[read-only] The LogEvent origin
LogEvent
  timestamp : String
[read-only] The LogEvent timestamp
LogEvent
Protected Properties
 PropertyDefined by
  _benchmark : uint
LogEvent
  _id : uint
LogEvent
  _level : uint
LogEvent
  _message : String
LogEvent
  _origin : Object
LogEvent
  _timestamp : String
LogEvent
Public Methods
 MethodDefined by
  
LogEvent(type:String, id:uint, level:uint, origin:Object, message:String, benchmark:uint, timestamp:String, bubbles:Boolean = false, cancelable:Boolean = false)
LogEvent Constructor
LogEvent
  
clone():Event
LogEvent
Public Constants
 ConstantDefined by
  LOG_EVENT : String = "onLog"
[static]
LogEvent
Property detail
_benchmarkproperty
protected var _benchmark:uint
benchmarkproperty 
benchmark:uint  [read-only]

The LogEvent bench

Implementation
    public function get benchmark():uint
_idproperty 
protected var _id:uint
idproperty 
id:uint  [read-only]

The LogEvent id

Implementation
    public function get id():uint
_levelproperty 
protected var _level:uint
levelproperty 
level:uint  [read-only]

The LogEvent level

Implementation
    public function get level():uint
_messageproperty 
protected var _message:String
messageproperty 
message:String  [read-only]

The LogEvent message

Implementation
    public function get message():String
_originproperty 
protected var _origin:Object
originproperty 
origin:Object  [read-only]

The LogEvent origin

Implementation
    public function get origin():Object
_timestampproperty 
protected var _timestamp:String
timestampproperty 
timestamp:String  [read-only]

The LogEvent timestamp

Implementation
    public function get timestamp():String
Constructor detail
LogEvent()constructor
public function LogEvent(type:String, id:uint, level:uint, origin:Object, message:String, benchmark:uint, timestamp:String, bubbles:Boolean = false, cancelable:Boolean = false)

LogEvent Constructor

Parameters
type:String
 
id:uint
 
level:uint
 
origin:Object
 
message:String
 
benchmark:uint
 
timestamp:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
LOG_EVENTconstant
public static const LOG_EVENT:String = "onLog"