Package ch.kk7.confij.logging
Class LogUtil
- java.lang.Object
-
- ch.kk7.confij.logging.LogUtil
-
public class LogUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatLog(java.lang.String template, java.lang.Object... args)static java.util.function.Supplier<java.lang.String>formatLogSupplier(java.lang.String template, java.lang.Object... args)static java.lang.ThrowablethrowableOrNull(java.lang.Object... args)
-
-
-
Method Detail
-
formatLog
public static java.lang.String formatLog(java.lang.String template, java.lang.Object... args)
-
formatLogSupplier
public static java.util.function.Supplier<java.lang.String> formatLogSupplier(java.lang.String template, java.lang.Object... args)
-
throwableOrNull
public static java.lang.Throwable throwableOrNull(java.lang.Object... args)
-
-