public class Log extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(Class<?> cls,
String msg) |
static void |
debug(Class<?> cls,
String msg,
Throwable th) |
static void |
debug(Object caller,
String msg) |
static void |
debug(Object caller,
String msg,
Throwable th) |
static void |
debug(String caller,
String msg) |
static void |
error(Class<?> cls,
String msg) |
static void |
error(Class<?> cls,
String msg,
Throwable th) |
static void |
error(Object caller,
String msg) |
static void |
error(Object caller,
String msg,
Throwable th) |
static void |
error(String caller,
String msg) |
static void |
fatal(Class<?> cls,
String msg)
Deprecated.
Use
error. |
static void |
fatal(Class<?> cls,
String msg,
Throwable th)
Deprecated.
Use
error. |
static void |
fatal(Object caller,
String msg)
Deprecated.
Use
error. |
static void |
fatal(Object caller,
String msg,
Throwable th)
Deprecated.
Use
error. |
static void |
fatal(String caller,
String msg)
Deprecated.
Use
error. |
static void |
info(Class<?> cls,
String msg) |
static void |
info(Class<?> cls,
String msg,
Throwable th) |
static void |
info(Object caller,
String msg) |
static void |
info(Object caller,
String msg,
Throwable th) |
static void |
info(String caller,
String msg) |
static void |
warn(Class<?> cls,
String msg) |
static void |
warn(Class<?> cls,
String msg,
Throwable th) |
static void |
warn(Object caller,
String msg) |
static void |
warn(Object caller,
String msg,
Throwable th) |
static void |
warn(String caller,
String msg) |
static void |
warnOnce(Class<?> cls,
String message,
Object key)
Generate a warning, once(ish)
|
@Deprecated public static void fatal(Object caller, String msg)
error.@Deprecated public static void fatal(Class<?> cls, String msg)
error.@Deprecated public static void fatal(Object caller, String msg, Throwable th)
error.@Deprecated public static void fatal(Class<?> cls, String msg, Throwable th)
error.@Deprecated public static void fatal(String caller, String msg)
error.Licenced under the Apache License, Version 2.0