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

L

Level - Enum in br.com.objectos.logging
Represents a logging level.
log(Event0) - Method in interface br.com.objectos.logging.Logger
Logs the given event that takes no argument.
log(Event0) - Method in class br.com.objectos.logging.NoopLogger
Does nothing, this is a no-op logger.
log(Event1<T1>, T1) - Method in interface br.com.objectos.logging.Logger
Logs the given event that takes one argument.
log(Event1<T1>, T1) - Method in class br.com.objectos.logging.NoopLogger
Does nothing, this is a no-op logger.
log(Event2<T1, T2>, T1, T2) - Method in interface br.com.objectos.logging.Logger
Logs the given event that takes two arguments.
log(Event2<T1, T2>, T1, T2) - Method in class br.com.objectos.logging.NoopLogger
Does nothing, this is a no-op logger.
log(Event3<T1, T2, T3>, T1, T2, T3) - Method in interface br.com.objectos.logging.Logger
Logs the given event that takes three arguments.
log(Event3<T1, T2, T3>, T1, T2, T3) - Method in class br.com.objectos.logging.NoopLogger
Does nothing, this is a no-op logger.
Logger - Interface in br.com.objectos.logging
An object responsible for logging the events of a program.
Logging - 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