public final class LocalizedLogger extends Object
Logger
. For performance
reasons this implementation will only localize and format messages if logging
has been enabled for the associated log level and marker (if present).
If no marker is provided, a LocalizedMarker
is automatically constructed
with the corresponding LocalizedMessage
to be logged and passed to the
underlying SLF4J Logger
. This allow a custom implementation of SLF4J
logger adapter to retrieve the complete localizable message when logging.
Modifier and Type | Method and Description |
---|---|
void |
debug(LocalizableMessage m)
Logs a debug message.
|
void |
debug(LocalizableMessageDescriptor.Arg0 d)
Logs a debug message.
|
void |
debug(LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1> void |
debug(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a debug message.
|
<T1> void |
debug(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2> void |
debug(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a debug message.
|
<T1,T2> void |
debug(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3> void |
debug(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a debug message.
|
<T1,T2,T3> void |
debug(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4> |
debug(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a debug message.
|
<T1,T2,T3,T4> |
debug(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
debug(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs a debug message.
|
<T1,T2,T3,T4,T5> |
debug(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
debug(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6> |
debug(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
debug(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6,T7> |
debug(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
debug(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
debug(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
debug(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
debug(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs a debug message with an accompanying exception.
|
void |
debug(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a debug message.
|
void |
debug(LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs a debug message with an accompanying exception.
|
void |
debug(LocalizableMessage m,
Throwable t)
Logs a debug message with an accompanying exception.
|
void |
debug(Marker m,
LocalizableMessageDescriptor.Arg0 d)
Logs a debug message using the provided
Marker . |
void |
debug(Marker m,
LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs a debug message using the provided
Marker . |
<T1> void |
debug(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a debug message.
|
<T1> void |
debug(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2> void |
debug(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a debug message.
|
<T1,T2> void |
debug(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3> void |
debug(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a debug message.
|
<T1,T2,T3> void |
debug(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4> |
debug(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a debug message.
|
<T1,T2,T3,T4> |
debug(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
debug(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs a debug message.
|
<T1,T2,T3,T4,T5> |
debug(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
debug(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6> |
debug(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
debug(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6,T7> |
debug(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
debug(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
debug(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
debug(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs a debug message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
debug(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs a debug message with an accompanying exception.
|
void |
debug(Marker m,
LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a debug message.
|
void |
debug(Marker m,
LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs a debug message with an accompanying exception.
|
void |
error(LocalizableMessage m)
Logs an error message.
|
void |
error(LocalizableMessageDescriptor.Arg0 d)
Logs an error message.
|
void |
error(LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1> void |
error(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an error message.
|
<T1> void |
error(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2> void |
error(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs an error message.
|
<T1,T2> void |
error(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3> void |
error(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs an error message.
|
<T1,T2,T3> void |
error(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4> |
error(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs an error message.
|
<T1,T2,T3,T4> |
error(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
error(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs an error message.
|
<T1,T2,T3,T4,T5> |
error(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
error(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6> |
error(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
error(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6,T7> |
error(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
error(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
error(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
error(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
error(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs an error message with an accompanying exception.
|
void |
error(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs an error message.
|
void |
error(LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs an error message with an accompanying exception.
|
void |
error(LocalizableMessage m,
Throwable t)
Logs an error message with an accompanying exception.
|
void |
error(Marker m,
LocalizableMessageDescriptor.Arg0 d)
Logs an error message using the provided
Marker . |
void |
error(Marker m,
LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs an error message using the provided
Marker . |
<T1> void |
error(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an error message.
|
<T1> void |
error(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2> void |
error(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs an error message.
|
<T1,T2> void |
error(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3> void |
error(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs an error message.
|
<T1,T2,T3> void |
error(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4> |
error(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs an error message.
|
<T1,T2,T3,T4> |
error(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
error(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs an error message.
|
<T1,T2,T3,T4,T5> |
error(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
error(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6> |
error(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
error(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6,T7> |
error(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
error(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
error(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
error(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs an error message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
error(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs an error message with an accompanying exception.
|
void |
error(Marker m,
LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs an error message.
|
void |
error(Marker m,
LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs an error message with an accompanying exception.
|
Locale |
getLocale()
Returns the locale to which this logger will localize all log messages.
|
static LocalizedLogger |
getLocalizedLogger(Class<?> clazz)
Returns a localized logger which will forward log messages to an SLF4J
Logger obtained by calling LoggerFactory.getLogger(Class)
. |
static LocalizedLogger |
getLocalizedLogger(Logger logger)
Returns a localized logger which will forward log messages to the
provided SLF4J
Logger . |
static LocalizedLogger |
getLocalizedLogger(String name)
Returns a localized logger which will forward log messages to an SLF4J
Logger obtained by calling
LoggerFactory.getLogger(String) . |
Logger |
getLogger()
Returns the underlying SLF4J
Logger wrapped by this logger. |
static LocalizedLogger |
getLoggerForThisClass()
Returns a localized logger with a name corresponding to calling class
name.
|
String |
getName()
Returns the name of this logger.
|
void |
info(LocalizableMessage m)
Logs an info message.
|
void |
info(LocalizableMessageDescriptor.Arg0 d)
Logs an info message.
|
void |
info(LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1> void |
info(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an info message.
|
<T1> void |
info(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2> void |
info(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs an info message.
|
<T1,T2> void |
info(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3> void |
info(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs an info message.
|
<T1,T2,T3> void |
info(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4> |
info(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs an info message.
|
<T1,T2,T3,T4> |
info(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
info(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs an info message.
|
<T1,T2,T3,T4,T5> |
info(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
info(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6> |
info(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
info(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6,T7> |
info(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
info(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
info(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
info(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
info(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs an info message with an accompanying exception.
|
void |
info(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs an info message.
|
void |
info(LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs an info message with an accompanying exception.
|
void |
info(LocalizableMessage m,
Throwable t)
Logs an info message with an accompanying exception.
|
void |
info(Marker m,
LocalizableMessageDescriptor.Arg0 d)
Logs an info message using the provided
Marker . |
void |
info(Marker m,
LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs an info message using the provided
Marker . |
<T1> void |
info(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an info message.
|
<T1> void |
info(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2> void |
info(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs an info message.
|
<T1,T2> void |
info(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3> void |
info(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs an info message.
|
<T1,T2,T3> void |
info(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4> |
info(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs an info message.
|
<T1,T2,T3,T4> |
info(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
info(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs an info message.
|
<T1,T2,T3,T4,T5> |
info(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
info(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6> |
info(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
info(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6,T7> |
info(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
info(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
info(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
info(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs an info message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
info(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs an info message with an accompanying exception.
|
void |
info(Marker m,
LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs an info message.
|
void |
info(Marker m,
LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs an info message with an accompanying exception.
|
boolean |
isDebugEnabled()
Returns
true if this logger will log debug messages. |
boolean |
isDebugEnabled(Marker m)
Returns
true if this logger will log debug messages associated
with the provided marker. |
boolean |
isErrorEnabled()
Returns
true if this logger will log error messages. |
boolean |
isErrorEnabled(Marker m)
Returns
true if this logger will log error messages associated
with the provided marker. |
boolean |
isInfoEnabled()
Returns
true if this logger will log info messages. |
boolean |
isInfoEnabled(Marker m)
Returns
true if this logger will log info messages associated
with the provided marker. |
boolean |
isTraceEnabled()
Returns
true if this logger will log trace messages. |
boolean |
isTraceEnabled(Marker m)
Returns
true if this logger will log trace messages associated
with the provided marker. |
boolean |
isWarnEnabled()
Returns
true if this logger will log warning messages. |
boolean |
isWarnEnabled(Marker m)
Returns
true if this logger will log warning messages associated
with the provided marker. |
void |
trace(LocalizableMessage m)
Logs a trace message.
|
void |
trace(LocalizableMessageDescriptor.Arg0 d)
Logs a trace message.
|
void |
trace(LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1> void |
trace(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a trace message.
|
<T1> void |
trace(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2> void |
trace(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a trace message.
|
<T1,T2> void |
trace(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3> void |
trace(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a trace message.
|
<T1,T2,T3> void |
trace(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4> |
trace(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a trace message.
|
<T1,T2,T3,T4> |
trace(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
trace(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs a trace message.
|
<T1,T2,T3,T4,T5> |
trace(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
trace(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6> |
trace(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
trace(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6,T7> |
trace(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
trace(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
trace(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
trace(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
trace(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs a trace message with an accompanying exception.
|
void |
trace(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a trace message.
|
void |
trace(LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs a trace message with an accompanying exception.
|
void |
trace(LocalizableMessage m,
Throwable t)
Logs a trace message with an accompanying exception.
|
void |
trace(Marker m,
LocalizableMessageDescriptor.Arg0 d)
Logs a trace message using the provided
Marker . |
void |
trace(Marker m,
LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs a trace message using the provided
Marker . |
<T1> void |
trace(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a trace message.
|
<T1> void |
trace(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2> void |
trace(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a trace message.
|
<T1,T2> void |
trace(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3> void |
trace(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a trace message.
|
<T1,T2,T3> void |
trace(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4> |
trace(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a trace message.
|
<T1,T2,T3,T4> |
trace(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
trace(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs a trace message.
|
<T1,T2,T3,T4,T5> |
trace(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
trace(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6> |
trace(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
trace(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6,T7> |
trace(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
trace(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
trace(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
trace(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs a trace message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
trace(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs a trace message with an accompanying exception.
|
void |
trace(Marker m,
LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a trace message.
|
void |
trace(Marker m,
LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs a trace message with an accompanying exception.
|
void |
trace(String msg)
Logs a trace message.
|
void |
trace(String format,
Object... args)
Logs a trace message.
|
void |
trace(String format,
Object a1)
Logs a trace message.
|
void |
trace(String format,
Object a1,
Object a2)
Logs a trace message.
|
void |
trace(String format,
Object a1,
Object a2,
Object a3)
Logs a trace message.
|
void |
traceException(Throwable t)
Logs a trace message with provided exception.
|
void |
traceException(Throwable t,
String msg)
Logs a trace message with an accompanying exception.
|
void |
traceException(Throwable t,
String format,
Object... args)
Logs a trace message with an accompanying exception.
|
void |
traceException(Throwable t,
String format,
Object a1)
Logs a trace message with an accompanying exception.
|
void |
traceException(Throwable t,
String format,
Object a1,
Object a2)
Logs a trace message with an accompanying exception.
|
void |
traceException(Throwable t,
String format,
Object a1,
Object a2,
Object a3)
Logs a trace message with an accompanying exception.
|
void |
warn(LocalizableMessage m)
Logs a warning message.
|
void |
warn(LocalizableMessageDescriptor.Arg0 d)
Logs a warning message.
|
void |
warn(LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1> void |
warn(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a warning message.
|
<T1> void |
warn(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2> void |
warn(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a warning message.
|
<T1,T2> void |
warn(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3> void |
warn(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a warning message.
|
<T1,T2,T3> void |
warn(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4> |
warn(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a warning message.
|
<T1,T2,T3,T4> |
warn(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
warn(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs a warning message.
|
<T1,T2,T3,T4,T5> |
warn(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
warn(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6> |
warn(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
warn(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6,T7> |
warn(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
warn(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
warn(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
warn(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
warn(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs a warning message with an accompanying exception.
|
void |
warn(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a warning message.
|
void |
warn(LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs a warning message with an accompanying exception.
|
void |
warn(LocalizableMessage m,
Throwable t)
Logs a warning message with an accompanying exception.
|
void |
warn(Marker m,
LocalizableMessageDescriptor.Arg0 d)
Logs a warning message using the provided
Marker . |
void |
warn(Marker m,
LocalizableMessageDescriptor.Arg0 d,
Throwable t)
Logs a warning message using the provided
Marker . |
<T1> void |
warn(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a warning message.
|
<T1> void |
warn(Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2> void |
warn(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a warning message.
|
<T1,T2> void |
warn(Marker m,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3> void |
warn(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a warning message.
|
<T1,T2,T3> void |
warn(Marker m,
LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4> |
warn(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a warning message.
|
<T1,T2,T3,T4> |
warn(Marker m,
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5> |
warn(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs a warning message.
|
<T1,T2,T3,T4,T5> |
warn(Marker m,
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6> |
warn(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6> |
warn(Marker m,
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7> |
warn(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6,T7> |
warn(Marker m,
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
warn(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
warn(Marker m,
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
warn(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs a warning message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
warn(Marker m,
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9,
Throwable t)
Logs a warning message with an accompanying exception.
|
void |
warn(Marker m,
LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a warning message.
|
void |
warn(Marker m,
LocalizableMessageDescriptor.ArgN d,
Throwable t,
Object... args)
Logs a warning message with an accompanying exception.
|
public static LocalizedLogger getLocalizedLogger(Class<?> clazz)
Logger
obtained by calling LoggerFactory.getLogger(Class)
. The messages will be localized using the default locale.clazz
- The name of the wrapped SLF4J Logger
.LoggerFactory.getLogger(Class)
public static LocalizedLogger getLocalizedLogger(Logger logger)
Logger
. The messages will be localized using the
default locale.logger
- The wrapped SLF4J Logger
.LoggerFactory.getLogger(String)
public static LocalizedLogger getLocalizedLogger(String name)
Logger
obtained by calling
LoggerFactory.getLogger(String)
. The messages will be localized
using the default locale.name
- The name of the wrapped SLF4J Logger
.LoggerFactory.getLogger(String)
public static LocalizedLogger getLoggerForThisClass()
Logger
obtained by calling LoggerFactory.getLogger(String)
. The messages
will be localized using the default locale.LoggerFactory.getLogger(String)
public void debug(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.debug(String)
public void debug(LocalizableMessageDescriptor.Arg0 d, Throwable t)
d
- The message descriptor.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1> void debug(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.debug(String)
public <T1> void debug(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2> void debug(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.debug(String)
public <T1,T2> void debug(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3> void debug(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.debug(String)
public <T1,T2,T3> void debug(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4> void debug(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.debug(String)
public <T1,T2,T3,T4> void debug(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5> void debug(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5> void debug(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void debug(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6> void debug(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void debug(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6,T7> void debug(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void debug(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void debug(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void debug(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void debug(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public void debug(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.debug(String)
public void debug(LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.debug(String, Throwable)
public void debug(LocalizableMessage m)
m
- The pre-formatted message.Logger.debug(String)
public void debug(LocalizableMessage m, Throwable t)
m
- The pre-formatted message.t
- The throwable to log.Logger.debug(String, Throwable)
public void debug(Marker m, LocalizableMessageDescriptor.Arg0 d)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.Logger.debug(org.slf4j.Marker, String)
public void debug(Marker m, LocalizableMessageDescriptor.Arg0 d, Throwable t)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.t
- The throwable to log.Logger.debug(org.slf4j.Marker, String)
public <T1> void debug(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.Logger.debug(String)
public <T1> void debug(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2> void debug(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.debug(String)
public <T1,T2> void debug(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3> void debug(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.debug(String)
public <T1,T2,T3> void debug(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4> void debug(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.debug(String)
public <T1,T2,T3,T4> void debug(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5> void debug(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5> void debug(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void debug(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6> void debug(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void debug(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6,T7> void debug(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void debug(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void debug(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void debug(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.debug(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void debug(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.debug(String, Throwable)
public void debug(Marker m, LocalizableMessageDescriptor.ArgN d, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.args
- The message arguments.Logger.debug(String)
public void debug(Marker m, LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.debug(String, Throwable)
public void error(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.error(String)
public void error(LocalizableMessageDescriptor.Arg0 d, Throwable t)
d
- The message descriptor.t
- The throwable to log.Logger.error(String, Throwable)
public <T1> void error(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.error(String)
public <T1> void error(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2> void error(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.error(String)
public <T1,T2> void error(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3> void error(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.error(String)
public <T1,T2,T3> void error(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4> void error(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.error(String)
public <T1,T2,T3,T4> void error(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5> void error(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5> void error(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void error(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6> void error(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void error(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6,T7> void error(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void error(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void error(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void error(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void error(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public void error(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.error(String)
public void error(LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.error(String, Throwable)
public void error(LocalizableMessage m)
m
- The pre-formatted message.Logger.error(String)
public void error(LocalizableMessage m, Throwable t)
m
- The pre-formatted message.t
- The throwable to log.Logger.error(String, Throwable)
public void error(Marker m, LocalizableMessageDescriptor.Arg0 d)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.Logger.error(org.slf4j.Marker, String)
public void error(Marker m, LocalizableMessageDescriptor.Arg0 d, Throwable t)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.t
- The throwable to log.Logger.error(org.slf4j.Marker, String)
public <T1> void error(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.Logger.error(String)
public <T1> void error(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2> void error(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.error(String)
public <T1,T2> void error(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3> void error(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.error(String)
public <T1,T2,T3> void error(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4> void error(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.error(String)
public <T1,T2,T3,T4> void error(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5> void error(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5> void error(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void error(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6> void error(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void error(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6,T7> void error(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void error(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void error(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void error(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.error(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void error(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.error(String, Throwable)
public void error(Marker m, LocalizableMessageDescriptor.ArgN d, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.args
- The message arguments.Logger.error(String)
public void error(Marker m, LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.error(String, Throwable)
public Locale getLocale()
public Logger getLogger()
Logger
wrapped by this logger.Logger
wrapped by this logger.public String getName()
Logger.getName()
public void info(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.info(String)
public void info(LocalizableMessageDescriptor.Arg0 d, Throwable t)
d
- The message descriptor.t
- The throwable to log.Logger.info(String, Throwable)
public <T1> void info(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.info(String)
public <T1> void info(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2> void info(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.info(String)
public <T1,T2> void info(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3> void info(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.info(String)
public <T1,T2,T3> void info(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4> void info(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.info(String)
public <T1,T2,T3,T4> void info(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5> void info(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5> void info(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void info(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6> void info(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void info(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7> void info(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void info(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void info(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void info(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void info(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public void info(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.info(String)
public void info(LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.info(String, Throwable)
public void info(LocalizableMessage m)
m
- The pre-formatted message.Logger.info(String)
public void info(LocalizableMessage m, Throwable t)
m
- The pre-formatted message.t
- The throwable to log.Logger.info(String, Throwable)
public void info(Marker m, LocalizableMessageDescriptor.Arg0 d)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.Logger.info(org.slf4j.Marker, String)
public void info(Marker m, LocalizableMessageDescriptor.Arg0 d, Throwable t)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.t
- The throwable to log.Logger.info(org.slf4j.Marker, String)
public <T1> void info(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.Logger.info(String)
public <T1> void info(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2> void info(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.info(String)
public <T1,T2> void info(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3> void info(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.info(String)
public <T1,T2,T3> void info(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4> void info(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.info(String)
public <T1,T2,T3,T4> void info(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5> void info(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5> void info(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void info(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6> void info(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void info(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7> void info(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void info(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void info(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void info(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void info(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.info(String, Throwable)
public void info(Marker m, LocalizableMessageDescriptor.ArgN d, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.args
- The message arguments.Logger.info(String)
public void info(Marker m, LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.info(String, Throwable)
public boolean isDebugEnabled()
true
if this logger will log debug messages.true
if this logger will log debug messages, otherwise
false
.Logger.isDebugEnabled()
public boolean isDebugEnabled(Marker m)
true
if this logger will log debug messages associated
with the provided marker.m
- The marker information.true
if this logger will log debug messages, otherwise
false
.Logger.isDebugEnabled(org.slf4j.Marker)
public boolean isErrorEnabled()
true
if this logger will log error messages.true
if this logger will log error messages, otherwise
false
.Logger.isErrorEnabled()
public boolean isErrorEnabled(Marker m)
true
if this logger will log error messages associated
with the provided marker.m
- The marker information.true
if this logger will log error messages, otherwise
false
.Logger.isErrorEnabled(org.slf4j.Marker)
public boolean isInfoEnabled()
true
if this logger will log info messages.true
if this logger will log info messages, otherwise
false
.Logger.isInfoEnabled()
public boolean isInfoEnabled(Marker m)
true
if this logger will log info messages associated
with the provided marker.m
- The marker information.true
if this logger will log info messages, otherwise
false
.Logger.isInfoEnabled(org.slf4j.Marker)
public boolean isTraceEnabled()
true
if this logger will log trace messages.true
if this logger will log trace messages, otherwise
false
.Logger.isTraceEnabled()
public boolean isTraceEnabled(Marker m)
true
if this logger will log trace messages associated
with the provided marker.m
- The marker information.true
if this logger will log trace messages, otherwise
false
.Logger.isTraceEnabled(org.slf4j.Marker)
public boolean isWarnEnabled()
true
if this logger will log warning messages.true
if this logger will log warning messages, otherwise
false
.Logger.isWarnEnabled()
public boolean isWarnEnabled(Marker m)
true
if this logger will log warning messages associated
with the provided marker.m
- The marker information.true
if this logger will log warning messages, otherwise
false
.Logger.isWarnEnabled(org.slf4j.Marker)
public void trace(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.trace(String)
public void trace(String msg)
msg
- The message.Logger.trace(String)
public void traceException(Throwable t)
t
- The exception.Logger.trace(String)
public void trace(LocalizableMessageDescriptor.Arg0 d, Throwable t)
d
- The message descriptor.t
- The throwable to log.Logger.trace(String, Throwable)
public void traceException(Throwable t, String msg)
t
- The throwable to log.msg
- The message.Logger.trace(String, Throwable)
public <T1> void trace(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.trace(String)
public void trace(String format, Object a1)
format
- The message format, compatible with
java.util.Formatter
rulesa1
- The first message argument.Logger.trace(String)
public <T1> void trace(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public void traceException(Throwable t, String format, Object a1)
t
- The throwable to log.format
- The message format, compatible with
java.util.Formatter
rulesa1
- The first message argument.Logger.trace(String, Throwable)
public <T1,T2> void trace(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.trace(String)
public void trace(String format, Object a1, Object a2)
format
- The message format, compatible with
java.util.Formatter
rulesa1
- The first message argument.a2
- The second message argument.Logger.trace(String)
public <T1,T2> void trace(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public void traceException(Throwable t, String format, Object a1, Object a2)
t
- The throwable to log.format
- The message format, compatible with
java.util.Formatter
rulesa1
- The first message argument.a2
- The second message argument.Logger.trace(String, Throwable)
public <T1,T2,T3> void trace(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.trace(String)
public void trace(String format, Object a1, Object a2, Object a3)
format
- The message format, compatible with
java.util.Formatter
rulesa1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.trace(String)
public <T1,T2,T3> void trace(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public void traceException(Throwable t, String format, Object a1, Object a2, Object a3)
t
- The throwable to log.format
- The message format, compatible with
java.util.Formatter
rulesa1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.trace(String, Throwable)
public <T1,T2,T3,T4> void trace(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.trace(String)
public <T1,T2,T3,T4> void trace(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5> void trace(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5> void trace(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void trace(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6> void trace(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void trace(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6,T7> void trace(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void trace(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void trace(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void trace(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void trace(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public void trace(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.trace(String)
public void trace(LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.trace(String, Throwable)
public void trace(String format, Object... args)
format
- The message format, compatible with
java.util.Formatter
rulesargs
- The message arguments.Logger.trace(Marker, String)
public void traceException(Throwable t, String format, Object... args)
t
- The throwable to log.format
- The message format, compatible with
java.util.Formatter
rulesargs
- The message arguments.Logger.trace(String, Throwable)
public void trace(LocalizableMessage m)
m
- The pre-formatted message.Logger.trace(String)
public void trace(LocalizableMessage m, Throwable t)
m
- The pre-formatted message.t
- The throwable to log.Logger.trace(String, Throwable)
public void trace(Marker m, LocalizableMessageDescriptor.Arg0 d)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.Logger.trace(org.slf4j.Marker, String)
public void trace(Marker m, LocalizableMessageDescriptor.Arg0 d, Throwable t)
Marker
.m
- The marker tracermation associated with this log message.d
- The message descriptor.t
- The throwable to log.Logger.trace(org.slf4j.Marker, String)
public <T1> void trace(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.Logger.trace(String)
public <T1> void trace(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2> void trace(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.trace(String)
public <T1,T2> void trace(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3> void trace(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.trace(String)
public <T1,T2,T3> void trace(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4> void trace(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.trace(String)
public <T1,T2,T3,T4> void trace(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5> void trace(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5> void trace(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void trace(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6> void trace(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void trace(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6,T7> void trace(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void trace(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void trace(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void trace(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.trace(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void trace(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker tracermation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.trace(String, Throwable)
public void trace(Marker m, LocalizableMessageDescriptor.ArgN d, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.args
- The message arguments.Logger.trace(String)
public void trace(Marker m, LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
m
- The marker tracermation associated with this log message.d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.trace(String, Throwable)
public void warn(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.warn(String)
public void warn(LocalizableMessageDescriptor.Arg0 d, Throwable t)
d
- The message descriptor.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1> void warn(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.warn(String)
public <T1> void warn(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2> void warn(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.warn(String)
public <T1,T2> void warn(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3> void warn(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.warn(String)
public <T1,T2,T3> void warn(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4> void warn(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.warn(String)
public <T1,T2,T3,T4> void warn(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5> void warn(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5> void warn(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void warn(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6> void warn(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void warn(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6,T7> void warn(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void warn(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void warn(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void warn(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void warn(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public void warn(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.warn(String)
public void warn(LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.warn(String, Throwable)
public void warn(LocalizableMessage m)
m
- The pre-formatted message.Logger.warn(String)
public void warn(LocalizableMessage m, Throwable t)
m
- The pre-formatted message.t
- The throwable to log.Logger.warn(String, Throwable)
public void warn(Marker m, LocalizableMessageDescriptor.Arg0 d)
Marker
.m
- The marker information associated with this log message.d
- The message descriptor.Logger.warn(org.slf4j.Marker, String)
public void warn(Marker m, LocalizableMessageDescriptor.Arg0 d, Throwable t)
Marker
.m
- The marker warnrmation associated with this log message.d
- The message descriptor.t
- The throwable to log.Logger.warn(org.slf4j.Marker, String)
public <T1> void warn(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.Logger.warn(String)
public <T1> void warn(Marker m, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t)
T1
- The type of the first message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2> void warn(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.warn(String)
public <T1,T2> void warn(Marker m, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3> void warn(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.warn(String)
public <T1,T2,T3> void warn(Marker m, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4> void warn(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.warn(String)
public <T1,T2,T3,T4> void warn(Marker m, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5> void warn(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5> void warn(Marker m, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6> void warn(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6> void warn(Marker m, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void warn(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6,T7> void warn(Marker m, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void warn(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void warn(Marker m, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void warn(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker information associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.warn(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void warn(Marker m, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9, Throwable t)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.m
- The marker warnrmation associated with this log message.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.t
- The throwable to log.Logger.warn(String, Throwable)
public void warn(Marker m, LocalizableMessageDescriptor.ArgN d, Object... args)
m
- The marker information associated with this log message.d
- The message descriptor.args
- The message arguments.Logger.warn(String)
public void warn(Marker m, LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args)
m
- The marker warnrmation associated with this log message.d
- The message descriptor.t
- The throwable to log.args
- The message arguments.Logger.warn(String, Throwable)
Copyright 2010-2022 ForgeRock AS.