|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggerAdapter | |
com.taursys.debug | This package contains internal logging and debugging system used by Mapper framework. |
Uses of LoggerAdapter in com.taursys.debug |
Classes in com.taursys.debug that implement LoggerAdapter | |
class |
SimpleLogger
SimpleLogger is an implementation of a LoggerAdapter that outputs log into to System.err. |
Methods in com.taursys.debug that return LoggerAdapter | |
static LoggerAdapter |
Debug.getLoggerAdapter()
Gets the LoggerAdapter used by the singleton Debug. |
Methods in com.taursys.debug with parameters of type LoggerAdapter | |
static void |
Debug.setLoggerAdapter(LoggerAdapter loggerAdapter)
Sets the LoggerAdapter used by the singleton Debug. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |