LogEvent

Kind of class:class
Inherits from:Event
Author:stephan.bezoen
Classpath:org.asapframework.util.debug.LogEvent
File last modified:Wednesday, 21 June 2006, 19:05:09

Summary


Constructor
  • LogEvent (inLevel:String, inText:String, inSender:String)
Class properties
Instance properties
Instance properties inherited from Event

Constructor

LogEvent

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

Class properties

EVENT_LOG

static EVENT_LOG:String = "onLogEvent"
(read)

Instance properties

level

level:String
(read)

sender

sender:String
(read)

text

text:String
(read)