Interface ComponentLoggerAdapter


public interface ComponentLoggerAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(@NotNull Plugin plugin, @NotNull VersionedComponent message, @NotNull Level level)
    Logs a VersionedComponent message to the server console for a specific plugin at the given log level.
  • Method Details