Class LocationAwareProcessLogger

java.lang.Object
io.github.slimjar.logging.LocationAwareProcessLogger
All Implemented Interfaces:
ProcessLogger

public final class LocationAwareProcessLogger extends Object implements ProcessLogger
  • Method Details

    • wrapping

      @Contract(value="_ -> new", pure=true) @NotNull public static @NotNull ProcessLogger wrapping(@NotNull @NotNull ProcessLogger logger)
    • generic

      @Contract(value=" -> new", pure=true) @NotNull public static @NotNull ProcessLogger generic()
    • info

      public void info(@NotNull @NotNull String message, @Nullable @Nullable Object... args)
      Specified by:
      info in interface ProcessLogger
    • error

      public void error(@NotNull @NotNull String message, @Nullable @Nullable Object... args)
      Specified by:
      error in interface ProcessLogger
    • debug

      public void debug(@NotNull @NotNull String message, @Nullable @Nullable Object... args)
      Specified by:
      debug in interface ProcessLogger