Package io.github.slimjar.logging
Interface ProcessLogger
- All Known Implementing Classes:
LocationAwareProcessLogger,MediatingProcessLogger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidvoiddefault voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
info
-
debug
-
error
-
log
@Deprecated(since="2.0.0", forRemoval=true) default void log(@NotNull @NotNull String message, @Nullable @Nullable Object... args) Deprecated, for removal: This API element is subject to removal in a future version.Use the info method to log information about the process.
-