public class DasLogger
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LoggerId |
APPLICATION_LOG
messages having to do with the application-specific Das 2 Application
|
static LoggerId |
DASML_LOG
das2 application description files
|
static LoggerId |
DATA_OPERATIONS_LOG
rebinning and dataset operators
|
static LoggerId |
DATA_TRANSFER_LOG
internet transactions, file I/O
|
static boolean |
DISABLE_RELOAD |
static LoggerId |
FILESYSTEM_LOG
virtual file system activities
|
static LoggerId |
GRAPHICS_LOG
renders, drawing
|
static LoggerId |
GUI_LOG
events, gestures, user feedback
|
static LoggerId |
RENDERER_LOG
renderer's logger
|
static LoggerId |
SYSTEM_LOG
system messages such as RequestProcessor activity
|
Constructor and Description |
---|
DasLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
addHandlerToAll(java.util.logging.Handler h) |
java.util.logging.Logger |
getDebugLogger()
logger for messages to developers
|
static java.util.logging.Logger |
getLogger()
logger for messages to end users
|
static java.util.logging.Logger |
getLogger(LoggerId loggerId) |
static java.util.logging.Logger |
getLogger(LoggerId loggerId,
java.lang.String identifier) |
static void |
printStatus() |
static void |
reload() |
static void |
removeAllHandlers() |
static void |
setUpHandler(java.lang.String name)
add the one handler to all...
|
public static final boolean DISABLE_RELOAD
public static final LoggerId APPLICATION_LOG
public static final LoggerId SYSTEM_LOG
public static final LoggerId GUI_LOG
public static final LoggerId GRAPHICS_LOG
public static final LoggerId RENDERER_LOG
public static final LoggerId DATA_OPERATIONS_LOG
public static final LoggerId DATA_TRANSFER_LOG
public static final LoggerId FILESYSTEM_LOG
public static final LoggerId DASML_LOG
public static void reload() throws java.io.IOException
java.io.IOException
public static void printStatus()
public static java.util.logging.Logger getLogger()
public static java.util.logging.Logger getLogger(LoggerId loggerId)
public static java.util.logging.Logger getLogger(LoggerId loggerId, java.lang.String identifier)
public static void setUpHandler(java.lang.String name)
name
- public java.util.logging.Logger getDebugLogger()
public static void removeAllHandlers()
public static void addHandlerToAll(java.util.logging.Handler h)