Class CoreLogger.HTTPLog

  • Enclosing class:
    CoreLogger

    public class CoreLogger.HTTPLog
    extends java.lang.Object
    The HTTP log type.
    • Constructor Summary

      Constructors 
      Constructor Description
      HTTPLog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void info​(java.lang.String message)
      Makes a log entry with the "info" severity level.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTTPLog

        public HTTPLog()
    • Method Detail

      • info

        public void info​(java.lang.String message)
        Makes a log entry with the "info" severity level.
        Parameters:
        message - A pre-formatted message string.