Interface ErrorLogger
- All Known Implementing Classes:
PluginErrorLogger
public interface ErrorLogger
-
Method Summary
Modifier and TypeMethodDescriptiondefault ErrorContext
void
critical
(Throwable throwable, ErrorContext context) default <T extends ExceptionWithContext>
voidcritical
(T throwable) void
error
(Throwable throwable, ErrorContext context) default <T extends ExceptionWithContext>
voiderror
(T throwable) void
warn
(Throwable throwable, ErrorContext context) default <T extends ExceptionWithContext>
voidwarn
(T throwable)
-
Method Details
-
critical
-
critical
-
error
-
error
-
warn
-
warn
-
createMissingContext
-