|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogChannel | |
---|---|
org.jlog2 | |
org.jlog2.channel |
Uses of LogChannel in org.jlog2 |
---|
Methods in org.jlog2 with parameters of type LogChannel | |
---|---|
static void |
LoggerHandler.addDebugChannel(java.lang.String channelType,
LogChannel logChannel)
Add a new debugging channel. |
static void |
LoggerHandler.addLogChannel(java.lang.String channelType,
LogChannel logChannel)
Add a new logging channel. |
Uses of LogChannel in org.jlog2.channel |
---|
Subclasses of LogChannel in org.jlog2.channel | |
---|---|
class |
FileChannel
This class provides a channel to log messages to a file. |
class |
StdErrChannel
This class provides a channel to log messages to the system standard error stream. |
class |
StdOutChannel
This class provides a channel to log messages to the system standard output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |