Uses of Class
br.com.objectos.logging.Event3
-
Uses of Event3 in br.com.objectos.logging
Methods in br.com.objectos.logging that return Event3Modifier and TypeMethodDescriptionstatic <T1, T2, T3> Event3<T1,T2,T3>Logging.debug(Class<?> source, String key, TypeHint<T1> typeHint1, TypeHint<T2> typeHint2, TypeHint<T3> typeHint3)static <T1, T2, T3> Event3<T1,T2,T3>static <T1, T2, T3> Event3<T1,T2,T3>Logging.error(Class<?> source, String key, TypeHint<T1> typeHint1, TypeHint<T2> typeHint2, TypeHint<T3> typeHint3)static <T1, T2, T3> Event3<T1,T2,T3>static <T1, T2, T3> Event3<T1,T2,T3>Logging.info(Class<?> source, String key, TypeHint<T1> typeHint1, TypeHint<T2> typeHint2, TypeHint<T3> typeHint3)static <T1, T2, T3> Event3<T1,T2,T3>static <T1, T2, T3> Event3<T1,T2,T3>Logging.trace(Class<?> source, String key, TypeHint<T1> typeHint1, TypeHint<T2> typeHint2, TypeHint<T3> typeHint3)static <T1, T2, T3> Event3<T1,T2,T3>static <T1, T2, T3> Event3<T1,T2,T3>Logging.warn(Class<?> source, String key, TypeHint<T1> typeHint1, TypeHint<T2> typeHint2, TypeHint<T3> typeHint3)static <T1, T2, T3> Event3<T1,T2,T3>Methods in br.com.objectos.logging with parameters of type Event3