Interface PlatformLogger

All Known Implementing Classes:
JulPlatformLogger, NopPlatformLogger

public interface PlatformLogger
  • Method Details

    • nop

      @NotNull static @NotNull PlatformLogger nop()
    • fromJul

      @NotNull static @NotNull PlatformLogger fromJul(@NotNull @NotNull Logger delegate)
    • info

      void info(@NotNull @NotNull String message)
    • warning

      void warning(@NotNull @NotNull String message)
    • error

      void error(@NotNull @NotNull String message)
    • error

      void error(@NotNull @NotNull String message, @Nullable @Nullable Throwable exception)