A B D E F G H I L N O P R T V W
All Classes All Packages
All Classes All Packages
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
T1given by the type hintt1. - 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
T1andT2given by the type hintst1andt2respectively. - 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,T2andT3given by the type hintst1,t2andt3respectively. - 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
T1given by classt1. - 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
T1andT2given by classest1andt2respectively. - 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,T2andT3given by classest1,t2andt3respectively. - 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
staticmethods for creatingEventinstances.
All Classes All Packages