Index

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

A

abbreviate(StringBuilder, String, int) - Static method in class br.com.objectos.logging.Logging
 

B

br.com.objectos.logging - module br.com.objectos.logging
 
br.com.objectos.logging - package br.com.objectos.logging
 

D

debug(Class<?>, String) - Static method in class br.com.objectos.logging.Logging
 
debug(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Logging
 
debug(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Logging
 
debug(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Logging
 
debug(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Logging
 
debug(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Logging
 
debug(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Logging
 
DEBUG - Enum constant in enum class br.com.objectos.logging.Level
 

E

equals(Object) - Method in class br.com.objectos.logging.Event
 
error(Class<?>, String) - Static method in class br.com.objectos.logging.Logging
 
error(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Logging
 
error(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Logging
 
error(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Logging
 
error(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Logging
 
error(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Logging
 
error(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Logging
 
ERROR - Enum constant in enum class br.com.objectos.logging.Level
 
Event - Class in br.com.objectos.logging
 
Event0 - Class in br.com.objectos.logging
 
Event1<T1> - Class in br.com.objectos.logging
 
Event2<T1,​T2> - Class in br.com.objectos.logging
 
Event3<T1,​T2,​T3> - Class in br.com.objectos.logging
 

F

format(Object) - Static method in class br.com.objectos.logging.Logging
 

G

getKey() - Method in class br.com.objectos.logging.Event
 
getKey() - Method in enum class br.com.objectos.logging.Level
 
getLevel() - Method in class br.com.objectos.logging.Event
 
getNoopLogger() - Static method in class br.com.objectos.logging.Logging
 
getSource() - Method in class br.com.objectos.logging.Event
 

H

hashCode() - Method in class br.com.objectos.logging.Event
 

I

info(Class<?>, String) - Static method in class br.com.objectos.logging.Logging
 
info(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Logging
 
info(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Logging
 
info(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Logging
 
info(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Logging
 
info(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Logging
 
info(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Logging
 
INFO - Enum constant in enum class br.com.objectos.logging.Level
 
isEnabled(Event) - Method in interface br.com.objectos.logging.Logger
 
isEnabled(Event) - Method in class br.com.objectos.logging.NoopLogger
 
isEnabled(Level) - Method in class br.com.objectos.logging.Event
 

L

Level - Enum Class in br.com.objectos.logging
 
log(Event0) - Method in interface br.com.objectos.logging.Logger
 
log(Event0) - Method in class br.com.objectos.logging.NoopLogger
 
log(Event1<T1>, T1) - Method in interface br.com.objectos.logging.Logger
 
log(Event1<T1>, T1) - Method in class br.com.objectos.logging.NoopLogger
 
log(Event2<T1, T2>, T1, T2) - Method in interface br.com.objectos.logging.Logger
 
log(Event2<T1, T2>, T1, T2) - Method in class br.com.objectos.logging.NoopLogger
 
log(Event3<T1, T2, T3>, T1, T2, T3) - Method in interface br.com.objectos.logging.Logger
 
log(Event3<T1, T2, T3>, T1, T2, T3) - Method in class br.com.objectos.logging.NoopLogger
 
Logger - Interface in br.com.objectos.logging
 
Logging - Class in br.com.objectos.logging
 

N

NoopLogger - Class in br.com.objectos.logging
 
NoopLogger() - Constructor for class br.com.objectos.logging.NoopLogger
 

P

pad(StringBuilder, String, int) - Static method in class br.com.objectos.logging.Logging
 

R

replace(Logger) - Method in interface br.com.objectos.logging.Logger
 
replace(Logger) - Method in class br.com.objectos.logging.NoopLogger
 

T

toString() - Method in class br.com.objectos.logging.Event
 
trace(Class<?>, String) - Static method in class br.com.objectos.logging.Logging
 
trace(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Logging
 
trace(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Logging
 
trace(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Logging
 
trace(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Logging
 
trace(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Logging
 
trace(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Logging
 
TRACE - Enum constant in enum class br.com.objectos.logging.Level
 
typeHint() - Static method in class br.com.objectos.logging.Logging
 
typeHint(Class<T>) - Static method in class br.com.objectos.logging.Logging
 
TypeHint<T> - Class in br.com.objectos.logging
 

V

valueOf(String) - Static method in enum class br.com.objectos.logging.Level
Returns the enum constant of this class with the specified name.
values() - Static method in enum class br.com.objectos.logging.Level
Returns an array containing the constants of this enum class, in the order they are declared.

W

warn(Class<?>, String) - Static method in class br.com.objectos.logging.Logging
 
warn(Class<?>, String, TypeHint<T1>) - Static method in class br.com.objectos.logging.Logging
 
warn(Class<?>, String, TypeHint<T1>, TypeHint<T2>) - Static method in class br.com.objectos.logging.Logging
 
warn(Class<?>, String, TypeHint<T1>, TypeHint<T2>, TypeHint<T3>) - Static method in class br.com.objectos.logging.Logging
 
warn(Class<?>, String, Class<T1>) - Static method in class br.com.objectos.logging.Logging
 
warn(Class<?>, String, Class<T1>, Class<T2>) - Static method in class br.com.objectos.logging.Logging
 
warn(Class<?>, String, Class<T1>, Class<T2>, Class<T3>) - Static method in class br.com.objectos.logging.Logging
 
WARN - Enum constant in enum class br.com.objectos.logging.Level
 
A B D E F G H I L N P R T V W 
All Classes|All Packages