| java.lang.Object org.jzonic.jlo.Channel
Channel | public class Channel (Code) | | Description of the Class
author: andreas |
Channel | public Channel(String name, LogGenerator lg)(Code) | | Constructor for the Channel object
Parameters: name - Description of the Parameter Parameters: handler - Description of the Parameter Parameters: formatter - Description of the Parameter |
Channel | public Channel(String name, LogGenerator lg, boolean on)(Code) | | Constructor for the Channel object
Parameters: name - Description of the Parameter Parameters: handler - Description of the Parameter Parameters: formatter - Description of the Parameter Parameters: on - Description of the Parameter |
isOn | public boolean isOn()(Code) | | Gets the on attribute of the Channel object
The on value |
log | public void log(String msg)(Code) | | Description of the Method
Parameters: msg - Description of the Parameter |
log | public void log(String msg, Throwable thrown)(Code) | | Description of the Method
Parameters: msg - Description of the Parameter Parameters: thrown - Description of the Parameter |
log | public void log(LogRecord lr)(Code) | | Description of the Method
Parameters: lr - Description of the Parameter |
|
|