|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LogHandler | |
| com.sdm.quasar.client.core.common.logging | |
| com.sdm.quasar.client.core.common.logging.impl | |
| com.sdm.quasar.client.log4j.common.logging.impl | |
| Uses of LogHandler in com.sdm.quasar.client.core.common.logging |
| Methods in com.sdm.quasar.client.core.common.logging that return LogHandler | |
static LogHandler |
LogManager.getLogHandler(int loggingLevel,
CallerInformation callerInformation)
Returns the LogHandler implementation responsible for the given logging
level and class name. |
| Methods in com.sdm.quasar.client.core.common.logging with parameters of type LogHandler | |
static void |
LogManager.addLogHandler(LogHandler logHandler)
Adds a LogHandler to this LogManager. |
static void |
LogManager.removeLogHandler(LogHandler logHandler)
Removes a previously registered LogHandler. |
| Uses of LogHandler in com.sdm.quasar.client.core.common.logging.impl |
| Classes in com.sdm.quasar.client.core.common.logging.impl that implement LogHandler | |
class |
SimpleConsoleLogHandler
Primitive logger factory that creates SimpleConsoleLoggers.
|
| Uses of LogHandler in com.sdm.quasar.client.log4j.common.logging.impl |
| Classes in com.sdm.quasar.client.log4j.common.logging.impl that implement LogHandler | |
class |
Log4JLogHandler
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||