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

E

equals(Object) - Method in class br.com.objectos.logging.Event
Compares the specified object with this event for equality.
error(Class<?>, String) - Static method in class br.com.objectos.logging.Events
Creates a new ERROR log event.
error(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Events
Creates a new ERROR log event requiring one argument of type T1 given by the type hint t1.
error(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Events
Creates a new ERROR log event requiring two arguments of types T1 and T2 given by the type hints t1 and t2 respectively.
error(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Events
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.
error(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Events
Creates a new ERROR log event requiring one argument of type T1 given by class t1.
error(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Events
Creates a new ERROR log event requiring two arguments of types T1 and T2 given by classes t1 and t2 respectively.
error(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Events
Creates a new ERROR log event requiring three arguments of types T1, T2 and T3 given by classes t1, t2 and t3 respectively.
ERROR - br.com.objectos.logging.Level
The ERROR level is typically used for events demanding immediate attention.
Event - Class in br.com.objectos.logging
Represents an event of a program execution that can be logged.
Event0 - Class in br.com.objectos.logging
A log event that takes no arguments.
Event0(Class<?>, String, Level) - Constructor for class br.com.objectos.logging.Event0
Creates a new event instance.
Event1<T1> - Class in br.com.objectos.logging
A log event that takes one argument.
Event1(Class<?>, String, Level) - Constructor for class br.com.objectos.logging.Event1
Creates a new event instance.
Event2<T1,​T2> - Class in br.com.objectos.logging
A log event that takes two arguments.
Event2(Class<?>, String, Level) - Constructor for class br.com.objectos.logging.Event2
Creates a new event instance.
Event3<T1,​T2,​T3> - Class in br.com.objectos.logging
A log event that takes three arguments.
Event3(Class<?>, String, Level) - Constructor for class br.com.objectos.logging.Event3
Creates a new event instance.
Events - Class in br.com.objectos.logging
Provides convenience static methods for creating Event instances.
A B D E F G H I L N O P R T V W 
All Classes All Packages