- l(LoggerSimple.Level, String, Object...) - Method in class net.xqhs.util.logging.Unit
-
This method calls the underlying logging infrastructure to display a message with the specified level, text, and
parameter objects.
- le(String, Object...) - Method in interface net.xqhs.util.logging.LoggerSimple
-
Outputs an error message.
- le(String, Object...) - Method in class net.xqhs.util.logging.Unit
-
Post an error message.
- le(String, Object...) - Method in class net.xqhs.util.logging.UnitComponent
-
- level - Variable in class net.xqhs.util.logging.Unit
-
The current level of the log.
- lf(String, Object...) - Method in interface net.xqhs.util.logging.LoggerSimple
-
Outputs a 'fine' logging message.
- lf(String, Object...) - Method in class net.xqhs.util.logging.Unit
-
Post a tracing message.
- lf(String, Object...) - Method in class net.xqhs.util.logging.UnitComponent
-
- li(String, Object...) - Method in interface net.xqhs.util.logging.LoggerSimple
-
Outputs an info message.
- li(String, Object...) - Method in class net.xqhs.util.logging.Unit
-
Post an informative message.
- li(String, Object...) - Method in class net.xqhs.util.logging.UnitComponent
-
- linkData - Variable in class net.xqhs.util.logging.Unit
-
Information on linking the behavior of this log to other logs.
- lock() - Method in class net.xqhs.util.logging.Unit
-
Constructs a
Unit
according to the previously given parameters.
- lockedR() - Method in class net.xqhs.util.logging.Unit
-
Calls the Config.locked()
method and if an exception is thrown it posts an error message to the log.
- log - Variable in class net.xqhs.util.logging.Unit
-
The LogWrapper
that will be used for logging.
- Logger - Interface in net.xqhs.util.logging
-
Any class that offers logging services to an external entity should implement this interface.
- LoggerSimple - Interface in net.xqhs.util.logging
-
Any class that offers simple logging services (lf-li-lw-le-lr-dbg) to an external entity should implement this
interface.
- LoggerSimple.Level - Enum in net.xqhs.util.logging
-
Indicates the level of the log.
- LoggerSimple.Level(int) - Constructor for enum net.xqhs.util.logging.LoggerSimple.Level
-
Creates a new level, with a set priority.
- loggerWrapperClass - Variable in class net.xqhs.util.logging.Unit
-
The class of the logging wrapper that will be used (used only if different from the default types specified by
LogWrapper.LoggerType
.
- loggerWrapperType - Variable in class net.xqhs.util.logging.Unit
-
The type of the logging wrapper that will be used.
- logName - Variable in class net.xqhs.util.logging.Unit
-
The name that will be given to the log.
- lr(Object) - Method in interface net.xqhs.util.logging.LoggerSimple
-
Outputs a fine logging message just before returning the Object
in the argument.
- lr(Object, String, Object...) - Method in interface net.xqhs.util.logging.LoggerSimple
-
Outputs a fine logging message just before returning the Object
in the argument.
- lr(Object) - Method in class net.xqhs.util.logging.Unit
-
This method should be used in return statements.
- lr(Object, String, Object...) - Method in class net.xqhs.util.logging.Unit
-
This method should be used in return statements.
- lr(Object) - Method in class net.xqhs.util.logging.UnitComponent
-
- lr(Object, String, Object...) - Method in class net.xqhs.util.logging.UnitComponent
-
- lw(String, Object...) - Method in interface net.xqhs.util.logging.LoggerSimple
-
Outputs a warning message.
- lw(String, Object...) - Method in class net.xqhs.util.logging.Unit
-
Post a warning message.
- lw(String, Object...) - Method in class net.xqhs.util.logging.UnitComponent
-