- Debug - Class in org.jlog2.util
-
To manage output for debugging operations
- Debug() - Constructor for class org.jlog2.util.Debug
-
- DEBUG - Static variable in class org.jlog2.util.Debug
-
True if force debug over any other setting
- debugChannels - Variable in class org.jlog2.LoggerFactory
-
The debug channels mapped to the appropriate logger ids.
- DEBUGCHANNELS - Static variable in class org.jlog2.util.LogConst
-
The debug channels property
- debugError(String, Throwable) - Method in class org.jlog2.Logger
-
Debug the error on the appropriate channels.
- debugError(String, String) - Method in class org.jlog2.Logger
-
Debug the error on the appropriate channels.
- debugError(Logger, String, Throwable) - Static method in class org.jlog2.LoggerHandler
-
Log the error on the debug log stream.
- debugException(Logger, String, String, String, Throwable) - Static method in class org.jlog2.exception.ExceptionHandler
-
Write the exception to the debug channels if the logger allows debugging
at the specified level.
- DEBUGFILEBACKUP - Static variable in class org.jlog2.util.LogConst
-
The debug file backup number property
- DEBUGFILEPATH - Static variable in class org.jlog2.util.LogConst
-
The debug file path property
- DEBUGFILESIZE - Static variable in class org.jlog2.util.LogConst
-
The debug file size property
- debugLevel - Static variable in class org.jlog2.LoggerFactory
-
The highest level to log debug errors at
- DEBUGLEVEL - Static variable in class org.jlog2.util.LogConst
-
The debug file level property
- debugMessage(String, String, String) - Method in class org.jlog2.Logger
-
Debug the message on the appropriate channels.
- debugMessage(Logger, String, String, String) - Static method in class org.jlog2.LoggerHandler
-
Log the message on the debug stream if suitable.
- deleteFile(String) - Static method in class org.jlog2.util.FileLoader
-
Delete the file at the specified file path.
- deleteFolder(String) - Static method in class org.jlog2.util.FileLoader
-
Delete the folder and all contained files recursively, at the specified path.