Interface ComponentLoggerAdapter
public interface ComponentLoggerAdapter
-
Method Summary
Modifier and TypeMethodDescriptionvoidlog(@NotNull Plugin plugin, @NotNull VersionedComponent message, @NotNull Level level) Logs aVersionedComponentmessage to the server console for a specific plugin at the given log level.
-
Method Details
-
log
void log(@NotNull @NotNull Plugin plugin, @NotNull @NotNull VersionedComponent message, @NotNull @NotNull Level level) Logs aVersionedComponentmessage to the server console for a specific plugin at the given log level.
-