Uses of Class
br.com.objectos.logging.Event1
-
-
Uses of Event1 in br.com.objectos.logging
Methods in br.com.objectos.logging that return Event1 Modifier and Type Method Description static <T1> Event1<T1>Logging. debug(Class<?> source, String key, TypeHint<T1> typeHint1)static <T1> Event1<T1>Logging. debug(Class<?> source, String key, Class<T1> t1)static <T1> Event1<T1>Logging. error(Class<?> source, String key, TypeHint<T1> typeHint1)static <T1> Event1<T1>Logging. error(Class<?> source, String key, Class<T1> t1)static <T1> Event1<T1>Logging. info(Class<?> source, String key, TypeHint<T1> typeHint1)static <T1> Event1<T1>Logging. info(Class<?> source, String key, Class<T1> t1)static <T1> Event1<T1>Logging. trace(Class<?> source, String key, TypeHint<T1> typeHint1)static <T1> Event1<T1>Logging. trace(Class<?> source, String key, Class<T1> t1)static <T1> Event1<T1>Logging. warn(Class<?> source, String key, TypeHint<T1> typeHint1)static <T1> Event1<T1>Logging. warn(Class<?> source, String key, Class<T1> t1)Methods in br.com.objectos.logging with parameters of type Event1 Modifier and Type Method Description <T1> voidLogger. log(Event1<T1> event, T1 v1)<T1> voidNoopLogger. log(Event1<T1> event, T1 v1)
-