Class WarnThenDebugLogger


  • public class WarnThenDebugLogger
    extends java.lang.Object
    InternalLogger which logs at warn level at first and then logs at debug level for the rest.
    Since:
    1.1.8
    • Constructor Summary

      Constructors 
      Constructor Description
      WarnThenDebugLogger​(java.lang.Class<?> clazz)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.lang.String message)  
      void log​(java.lang.String message, java.lang.Throwable ex)  
      • Methods inherited from class java.lang.Object

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

      • WarnThenDebugLogger

        public WarnThenDebugLogger​(java.lang.Class<?> clazz)
    • Method Detail

      • log

        public void log​(java.lang.String message,
                        java.lang.Throwable ex)
      • log

        public void log​(java.lang.String message)