static <T1> Event1<T1> |
Events.debug(Class<?> source,
String key,
TypeHint<T1> t1) |
Creates a new DEBUG log event requiring one argument of type T1
given by the type hint t1.
|
static <T1> Event1<T1> |
Events.debug(Class<?> source,
String key,
Class<T1> t1) |
Creates a new DEBUG log event requiring one argument of type T1
given by class t1.
|
static <T1> Event1<T1> |
Events.error(Class<?> source,
String key,
TypeHint<T1> t1) |
Creates a new ERROR log event requiring one argument of type T1
given by the type hint t1.
|
static <T1> Event1<T1> |
Events.error(Class<?> source,
String key,
Class<T1> t1) |
Creates a new ERROR log event requiring one argument of type T1
given by class t1.
|
static <T1> Event1<T1> |
Events.info(Class<?> source,
String key,
TypeHint<T1> t1) |
Creates a new INFO log event requiring one argument of type T1
given by the type hint t1.
|
static <T1> Event1<T1> |
Events.info(Class<?> source,
String key,
Class<T1> t1) |
Creates a new INFO log event requiring one argument of type T1
given by class t1.
|
static <T1> Event1<T1> |
Events.trace(Class<?> source,
String key,
TypeHint<T1> t1) |
Creates a new TRACE log event requiring one argument of type T1
given by the type hint t1.
|
static <T1> Event1<T1> |
Events.trace(Class<?> source,
String key,
Class<T1> t1) |
Creates a new TRACE log event requiring one argument of type T1
given by class t1.
|
static <T1> Event1<T1> |
Events.warn(Class<?> source,
String key,
TypeHint<T1> t1) |
Creates a new WARN log event requiring one argument of type T1
given by the type hint t1.
|
static <T1> Event1<T1> |
Events.warn(Class<?> source,
String key,
Class<T1> t1) |
Creates a new WARN log event requiring one argument of type T1
given by class t1.
|