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