Package hw

Class Logger

extends Object

The Logger class is used to log messages. This messages are sent to the iLCD Manager XEJoC Manager console window. There are three logging levels available. The logging level with the highest priority is the error logging level. One level below is the warn level. The lowes level is the debug level.

All messages will be written to the console window by default. It's possible to switch off lower logging levels to ensure only error messages are written to the console, or write all logging messages without debug informations. Finally, it's also possible to switch off all logging levels.

_INSERT_CONSTRUCTOR_ENTRY_HERE_

Public Methods

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • static final int DEBUG
  • static final int ERROR
  • static int LOG_LEVEL
  • static final int NO_LOGGING
  • static final int WARN

_INSERT_FIELDS_ENTRY_HERE_