|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggerException | |
com.resilientedge.util.logger | |
com.resilientedge.util.logger.console |
Uses of LoggerException in com.resilientedge.util.logger |
Subclasses of LoggerException in com.resilientedge.util.logger | |
class |
LoggerIOException
Throw a LoggerIOException when a Logger's Handler encounters an IO problem. |
class |
UnknownLogTypeException
Throw an UnknownLogTypeException when an unknown Log Type (i.e., Level, Topic) value is encountered. |
Methods in com.resilientedge.util.logger that throw LoggerException | |
void |
AbstractHandler.publish(LogRecord logRecord)
This method does the real work for a handler. |
void |
Handler.publish(LogRecord logRecord)
The implementation of this method should process the log record and generate the logging of the message. |
void |
MemoryHandler.publish(LogRecord logRecord)
This method processes the log record and displays the message using System.out.println(). |
Uses of LoggerException in com.resilientedge.util.logger.console |
Methods in com.resilientedge.util.logger.console that throw LoggerException | |
void |
ConsoleHandler.publish(LogRecord logRecord)
This method processes the log record and displays the message using System.out.println(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |