Interface Logger

All Superinterfaces:
WithToImmutable<Logger>
All Known Implementing Classes:
AnsiLogger, SimpleLogger

public interface Logger extends WithToImmutable<Logger>
  • Method Details

    • info

      void info(String msg)
    • warn

      void warn(String msg)
    • error

      void error(String msg)
    • status

      void status(String msg)