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,T2> Event2<T1,T2> |
Events.debug(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2) |
Creates a new DEBUG log event requiring two arguments of types T1
and T2 given by the type hints t1 and t2
respectively.
|
static <T1,T2,T3> Event3<T1,T2,T3> |
Events.debug(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2,
TypeHint<T3> t3) |
Creates a new DEBUG log event requiring two arguments of types T1,
T2 and T3 given by the type hints t1, t2
and t3 respectively.
|
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,T2> Event2<T1,T2> |
Events.error(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2) |
Creates a new ERROR log event requiring two arguments of types T1
and T2 given by the type hints t1 and t2
respectively.
|
static <T1,T2,T3> Event3<T1,T2,T3> |
Events.error(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2,
TypeHint<T3> t3) |
Creates a new ERROR log event requiring two arguments of types T1,
T2 and T3 given by the type hints t1, t2
and t3 respectively.
|
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,T2> Event2<T1,T2> |
Events.info(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2) |
Creates a new INFO log event requiring two arguments of types T1
and T2 given by the type hints t1 and t2
respectively.
|
static <T1,T2,T3> Event3<T1,T2,T3> |
Events.info(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2,
TypeHint<T3> t3) |
Creates a new INFO log event requiring two arguments of types T1,
T2 and T3 given by the type hints t1, t2
and t3 respectively.
|
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,T2> Event2<T1,T2> |
Events.trace(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2) |
Creates a new TRACE log event requiring two arguments of types T1
and T2 given by the type hints t1 and t2
respectively.
|
static <T1,T2,T3> Event3<T1,T2,T3> |
Events.trace(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2,
TypeHint<T3> t3) |
Creates a new TRACE log event requiring two arguments of types T1,
T2 and T3 given by the type hints t1, t2
and t3 respectively.
|
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,T2> Event2<T1,T2> |
Events.warn(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2) |
Creates a new WARN log event requiring two arguments of types T1
and T2 given by the type hints t1 and t2
respectively.
|
static <T1,T2,T3> Event3<T1,T2,T3> |
Events.warn(Class<?> source,
String key,
TypeHint<T1> t1,
TypeHint<T2> t2,
TypeHint<T3> t3) |
Creates a new WARN log event requiring two arguments of types T1,
T2 and T3 given by the type hints t1, t2
and t3 respectively.
|