A B D E F G H I L N O P R T V W 
All Classes All Packages

T

toString() - Method in class br.com.objectos.logging.Event
Returns a string representation of this event.
trace(Class<?>, String) - Static method in class br.com.objectos.logging.Events
Creates a new TRACE log event.
trace(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Events
Creates a new TRACE log event requiring one argument of type T1 given by the type hint t1.
trace(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Events
Creates a new TRACE log event requiring two arguments of types T1 and T2 given by the type hints t1 and t2 respectively.
trace(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Events
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.
trace(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Events
Creates a new TRACE log event requiring one argument of type T1 given by class t1.
trace(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Events
Creates a new TRACE log event requiring two arguments of types T1 and T2 given by classes t1 and t2 respectively.
trace(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Events
Creates a new TRACE log event requiring three arguments of types T1, T2 and T3 given by classes t1, t2 and t3 respectively.
TRACE - br.com.objectos.logging.Level
The TRACE level is typically used for events that are for detailed internal workings.
TypeHint<T> - Class in br.com.objectos.logging
 
A B D E F G H I L N O P R T V W 
All Classes All Packages