- java.lang.Object
-
- jp.cafebabe.pochi.util.LogHelper
-
public class LogHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
info(Object target, String message)
static void
info(Object target, Supplier<String> message)
static void
warn(Object target, String message, Throwable throwable)
static void
warn(Object target, Throwable throwable)
-