Interface IHttpServerLogger

All Known Implementing Classes:
ConsoleHttpServerLogger

public interface IHttpServerLogger
Defines the http server logger
  • Method Details

    • logInfo

      void logInfo(String info)
      Log an information
      Parameters:
      info - the information to log
    • logWarn

      void logWarn(String info, Exception e)
      Log a warn information
      Parameters:
      info - the warn information to log
      e - the exception or null
    • logError

      void logError(String info, Exception e)
      Log a error information
      Parameters:
      info - the error information to log
      e - the exception or null