Class WarnThenDebugLogger
- java.lang.Object
-
- io.micrometer.core.util.internal.logging.WarnThenDebugLogger
-
public class WarnThenDebugLogger extends java.lang.ObjectInternalLoggerwhich 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 voidlog(java.lang.String message)voidlog(java.lang.String message, java.lang.Throwable ex)
-