- levelOK(String, String) - Static method in class org.jlog2.LoggerHandler
-
Return true if the level to log at is higher or equal to the configuration level.
- loadFile(File) - Static method in class org.jlog2.util.FileLoader
-
Load a file and store in a buffer.
- lock() - Method in class org.jlog2.util.Monitor
-
Lock current thread on this monitor.
- LogChannel - Class in org.jlog2.channel
-
This abstract class provides descriptions of the methods that need to be
implemented by a channel that can be used by a logger to log messages.
- LogChannel() - Constructor for class org.jlog2.channel.LogChannel
-
- logChannels - Variable in class org.jlog2.LoggerFactory
-
The log channels mapped to the appropriate logger ids.
- LOGCHANNELS - Static variable in class org.jlog2.util.LogConst
-
The logger channels property
- LogConst - Class in org.jlog2.util
-
This class contains constant values relating to logging.
- LogConst() - Constructor for class org.jlog2.util.LogConst
-
- logError(String, Throwable) - Method in class org.jlog2.Logger
-
Log the error on the appropriate channels.
- logError(String, String, Throwable) - Method in class org.jlog2.Logger
-
Log the error on the appropriate channels.
- logError(Logger, String, Throwable) - Static method in class org.jlog2.LoggerHandler
-
Log the error on the log stream.
- LOGFILEBACKUP - Static variable in class org.jlog2.util.LogConst
-
The log file backup number property
- LOGFILEPATH - Static variable in class org.jlog2.util.LogConst
-
The log file path property
- LOGFILESIZE - Static variable in class org.jlog2.util.LogConst
-
The log file size property
- Logger - Class in org.jlog2
-
This class stores log channels appropriate for each Logger instance and
provides the methods to log messages to those channels.
- Logger(String) - Constructor for class org.jlog2.Logger
-
Create a new instance of Logger.
- Logger(String, String) - Constructor for class org.jlog2.Logger
-
Create a new instance of Logger.
- LoggerFactory - Class in org.jlog2
-
This abstract class must be implemented to return logger instances for each specific logger type.
- LoggerFactory() - Constructor for class org.jlog2.LoggerFactory
-
- LoggerHandler - Class in org.jlog2
-
This class handles logging operations.
- LoggerHandler() - Constructor for class org.jlog2.LoggerHandler
-
Creates a new instance of LoggerHandler.
- logLevel - Static variable in class org.jlog2.LoggerFactory
-
The highest level to log messages at
- LOGLEVEL - Static variable in class org.jlog2.util.LogConst
-
The log file level property
- logMessage(String, String) - Method in class org.jlog2.Logger
-
Log the message on the appropriate channels.
- logMessage(String, String, String) - Method in class org.jlog2.Logger
-
Log the message on the appropriate channels.
- logMessage(Logger, String, String, String) - Static method in class org.jlog2.LoggerHandler
-
Log the message on the logger if suitable.