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
I
- info(Class<?>, String) - Static method in class br.com.objectos.logging.Events
-
Creates a new INFO log event.
- info(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Events
-
Creates a new INFO log event requiring one argument of type
T1given by the type hintt1. - info(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Events
-
Creates a new INFO log event requiring two arguments of types
T1andT2given by the type hintst1andt2respectively. - info(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Events
-
Creates a new INFO log event requiring two arguments of types
T1,T2andT3given by the type hintst1,t2andt3respectively. - info(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Events
-
Creates a new INFO log event requiring one argument of type
T1given by classt1. - info(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Events
-
Creates a new INFO log event requiring two arguments of types
T1andT2given by classest1andt2respectively. - info(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Events
-
Creates a new INFO log event requiring three arguments of types
T1,T2andT3given by classest1,t2andt3respectively. - INFO - br.com.objectos.logging.Level
-
The INFO level is typically used for events that are informational.
- isEnabled(Event) - Method in interface br.com.objectos.logging.Logger
-
Returns
trueif the giveneventwould be logged by thisLoggerinstance. - isEnabled(Event) - Method in class br.com.objectos.logging.NoopLogger
-
Returns
false. - isEnabled(Level) - Method in class br.com.objectos.logging.Event
-
Returns
trueif this event would be logged at the specifiedlevel.
All Classes All Packages