Uses of Class
br.com.objectos.logging.TypeHint
-
Uses of TypeHint in br.com.objectos.logging
Methods in br.com.objectos.logging that return TypeHintModifier and TypeMethodDescriptionstatic <T> TypeHint<T>Logging.typeHint()static <T> TypeHint<T>Methods in br.com.objectos.logging with parameters of type TypeHintModifier and TypeMethodDescriptionstatic <T1> Event1<T1>static <T1, T2> Event2<T1,T2>static <T1, T2, T3> Event3<T1,T2,T3>Logging.debug(Class<?> source, String key, TypeHint<T1> typeHint1, TypeHint<T2> typeHint2, TypeHint<T3> typeHint3)static <T1> Event1<T1>static <T1, T2> Event2<T1,T2>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> Event1<T1>static <T1, T2> Event2<T1,T2>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> Event1<T1>static <T1, T2> Event2<T1,T2>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> Event1<T1>static <T1, T2> Event2<T1,T2>static <T1, T2, T3> Event3<T1,T2,T3>Logging.warn(Class<?> source, String key, TypeHint<T1> typeHint1, TypeHint<T2> typeHint2, TypeHint<T3> typeHint3)