- WARN - Static variable in class org.jlog2.LoggerHandler
-
The warn log level
- writeError(String) - Method in class org.jlog2.channel.FileChannel
-
Write an exception to the file channel.
- writeError(String) - Method in class org.jlog2.channel.LogChannel
-
Write an exception to the log channel.
- writeError(String) - Method in class org.jlog2.channel.StdErrChannel
-
Write an exception to the error channel.
- writeError(String) - Method in class org.jlog2.channel.StdOutChannel
-
Write an exception to the output channel.
- writeMessage(String) - Method in class org.jlog2.channel.FileChannel
-
Write the message to the file channel.
- writeMessage(String) - Method in class org.jlog2.channel.LogChannel
-
Write the message to the log channel.
- writeMessage(String) - Method in class org.jlog2.channel.StdErrChannel
-
Write the message to the error channel.
- writeMessage(String) - Method in class org.jlog2.channel.StdOutChannel
-
Write the message to the output channel.
- WriteMessageException - Exception in org.jlog2.exception
-
This class can be used to throw an exception indicating that the message should be
logged only once.
- WriteMessageException(String) - Constructor for exception org.jlog2.exception.WriteMessageException
-
Create a new instance of WriteMessageException.
- WriteMessageException(String, boolean) - Constructor for exception org.jlog2.exception.WriteMessageException
-
Create a new instance of WriteMessageException.
- writeToFile(Properties) - Method in class org.jlog2.util.PropertiesParser
-
Write the properties to the properties file at the default location.