Log
| Kind of class: | public interface |
|---|---|
| Package: | com.bourre.log |
| Inherits from: | none |
| Implemented by: | |
| Classpath: | com.bourre.log.Log |
| File last modified: | Sunday, 10 February 2008, 10:49:06 |
Summary
Instance methods
- debug (o:*) : void
- info (o:*) : void
- warn (o:*) : void
- error (o:*) : void
- fatal (o:*) : void
- getChannel : EventChannel
- isOn : Boolean
- on : void
- off : void
Instance methods
debug
public function debug (
o:*) : void
error
public function error (
o:*) : void
fatal
public function fatal (
o:*) : void
getChannel
info
public function info (
o:*) : void
isOn
public function isOn (
) : Boolean
off
public function off (
) : void
on
public function on (
) : void
warn
public function warn (
o:*) : void