Package io.github.slimjar.logging
Class LocationAwareProcessLogger
java.lang.Object
io.github.slimjar.logging.LocationAwareProcessLogger
- All Implemented Interfaces:
ProcessLogger
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidstatic @NotNull ProcessLoggergeneric()voidstatic @NotNull ProcessLoggerwrapping(@NotNull ProcessLogger logger) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.slimjar.logging.ProcessLogger
log
-
Method Details
-
wrapping
@Contract(value="_ -> new", pure=true) @NotNull public static @NotNull ProcessLogger wrapping(@NotNull @NotNull ProcessLogger logger) -
generic
-
info
- Specified by:
infoin interfaceProcessLogger
-
error
- Specified by:
errorin interfaceProcessLogger
-
debug
- Specified by:
debugin interfaceProcessLogger
-