Index
All Classes and Interfaces|All Packages
C
- close() - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Add a closing header when the method exits.
D
- debug(String) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a debug message.
- debug(String) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a debug message at method level.
- debug(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a String.format(ted) debug message.
- debug(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a String.format(ted) debug message.
- debug(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a supplier of a message.
- debug(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a supplier of a message at method level.
E
- error(String) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts an error message.
- error(String) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts an error message at method level.
- error(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a String.format(ted) error message.
- error(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a String.format(ted) error message.
- error(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a supplier of a message.
- error(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a supplier of a message at method level.
G
- getLogger() - Method in class xyz.ronella.logging.LoggerPlus
-
Return the instance of the logger used.
- getStackTraceAsString(Exception) - Method in class xyz.ronella.logging.LoggerPlus
-
Capture the stacktrace as string from an exception.
- groupLog(String) - Method in class xyz.ronella.logging.LoggerPlus
-
Return an instance of GroupLogger that can be used log messages by group.
- groupLog(String, boolean) - Method in class xyz.ronella.logging.LoggerPlus
-
Return an instance of GroupLogger that can be used log messages by group.
- GroupLogger(String, LoggerPlus, boolean) - Constructor for class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Create an instance of GroupLogger.
I
- info(String) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts an info message at method level.
- info(String) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts an info message.
- info(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a String.format(ted) info message.
- info(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a String.format(ted) info message.
- info(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a supplier of a message at method level.
- info(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a supplier of a message.
L
- logByMethodCall(String) - Method in class xyz.ronella.logging.LoggerPlus
-
Deprecated.Use groupLog instead.
- logByMethodCall(String, boolean) - Method in class xyz.ronella.logging.LoggerPlus
-
Deprecated.Use groupLog instead.
- LoggerPlus - Class in xyz.ronella.logging
-
Add functionality to logging.
- LoggerPlus(Logger) - Constructor for class xyz.ronella.logging.LoggerPlus
-
Creates an instance of LoggerPlus.
- LoggerPlus.GroupLogger - Class in xyz.ronella.logging
-
Groups logging output by name.
- LoggerPlus.MethodLogger - Class in xyz.ronella.logging
-
Deprecated.Use GroupLogger instead.
M
- MethodLogger(String, LoggerPlus, boolean) - Constructor for class xyz.ronella.logging.LoggerPlus.MethodLogger
-
Deprecated.Create an instance of MethodLogger.
T
- trace(String) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a trace message at method level.
- trace(String) - Method in class xyz.ronella.logging.LoggerPlus
-
Accept a trace message.
- trace(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a String.format(ted) trace message.
- trace(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a String.format(ted) trace message.
- trace(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a supplier of a message at method level.
- trace(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a supplier of a message.
W
- warn(String) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a warning message at method level.
- warn(String) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a warning message.
- warn(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a String.format(ted) warn message.
- warn(String, Object...) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a String.format(ted) warn message.
- warn(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus.GroupLogger
-
Accepts a supplier of a message at method level.
- warn(Supplier<String>) - Method in class xyz.ronella.logging.LoggerPlus
-
Accepts a supplier of a message.
X
- xyz.ronella.logging - package xyz.ronella.logging
- xyz.ronella.logging.logger.plus - module xyz.ronella.logging.logger.plus
-
The module definition for logger-plus
All Classes and Interfaces|All Packages