LogEvent

Kind of class: public class
Package:
Inherits from:
  • Event
Classpath: org.asaplibrary.util.debug.LogEvent
File last modified: Wednesday, 11 May 2011, 18:55:49
Event object sent by Log. Subscribe to type _EVENT.

Summary

Constructor
  • LogEvent (inLevel:String, inText:String, inSender:String)
    • Creates a new LogEvent.
Constants
Instance properties
Instance methods
  • toString () : String
  • clone () : Event
    • Creates a copy of an existing LogEvent.

Constructor

LogEvent

function LogEvent(inLevel:String, inText:String, inSender:String)

Creates a new LogEvent.

Constants

_EVENT

static const _EVENT:String = "onLogEvent"

Event type.

Instance properties

level

level:String(read,write)

sender

sender:String(read,write)

text

text:String(read,write)

Instance methods

clone

override function clone() : Event

Creates a copy of an existing LogEvent.

Overrides
  • Event.clone

toString

override function toString() : String
Overrides
  • Event.toString