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