java.lang.Object
xyz.ronella.logging.LoggerPlus.GroupLogger
xyz.ronella.logging.LoggerPlus.MethodLogger
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- LoggerPlus
Deprecated.
Use GroupLogger instead.
Groups logging output by method.
- Since:
- 2019-11-27
-
Constructor Summary
ConstructorsConstructorDescriptionMethodLogger(String methodName, LoggerPlus logPlus, boolean withHeader) Deprecated.Create an instance of MethodLogger. -
Method Summary
-
Constructor Details
-
MethodLogger
Deprecated.Create an instance of MethodLogger.- Parameters:
methodName- The method name to associate the log messages.logPlus- An instance of LoggerPlus.withHeader- Place a log header message in each method class.
-