Package io.github.slimjar.logging
Class MediatingProcessLogger
java.lang.Object
io.github.slimjar.logging.MediatingProcessLogger
- All Implemented Interfaces:
ProcessLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogger(@NotNull ProcessLogger logger) voidvoidvoidvoidvoidremoveLogger(@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
-
Constructor Details
-
MediatingProcessLogger
@Contract(pure=true) public MediatingProcessLogger(@NotNull @NotNull Collection<@NotNull ProcessLogger> loggers)
-
-
Method Details
-
info
- Specified by:
infoin interfaceProcessLogger
-
debug
- Specified by:
debugin interfaceProcessLogger
-
error
- Specified by:
errorin interfaceProcessLogger
-
addLogger
-
removeLogger
-
clearLoggers
@Contract(pure=true) public void clearLoggers()
-