Logger
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.log |
| Inherits from: | none |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.log.Logger |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Constructor
Class methods
- getInstance : Logger
- LOG (o:*, level:LogLevel = null) : Boolean
- DEBUG (o:*, oChannel:EventChannel = null) : Boolean
- INFO (o:*, oChannel:EventChannel = null) : Boolean
- WARN (o:*, oChannel:EventChannel = null) : Boolean
- ERROR (o:*, oChannel:EventChannel = null) : Boolean
- FATAL (o:*, oChannel:EventChannel = null) : Boolean
Instance methods
- setLevel (level:LogLevel) : void
- getLevel : LogLevel
- log (e:LogEvent = null) : Boolean
- addLogListener (listener:LogListener = null) : void
- removeLogListener (listener:LogListener = null) : void
- isRegistered (listener:LogListener) : Boolean
- hasListener (oChannel:EventChannel = null) : Boolean
- removeAllListeners : void
- toString : String
- Returns the string representation of this instance.
Constructor
Logger
Class methods
DEBUG
ERROR
FATAL
getInstance
INFO
LOG
WARN
Instance methods
addLogListener
getLevel
hasListener
isRegistered
log
removeAllListeners
public function removeAllListeners (
) : void
removeLogListener
setLevel
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance