Package org.forgerock.i18n.slf4j
Class LocalizedLogger
java.lang.Object
org.forgerock.i18n.slf4j.LocalizedLogger
A logger implementation which formats and localizes messages before
forwarding them to an underlying SLF4J
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(org.forgerock.i18n.LocalizableMessage m) Logs a debug message.voiddebug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a debug message.voidLogs a debug message with an accompanying exception.<T1> voiddebug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a debug message.<T1> voidLogs a debug message with an accompanying exception.<T1,T2> void debug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a debug message.<T1,T2> void Logs a debug message with an accompanying exception.<T1,T2, T3> void debug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a debug message.<T1,T2, T3> void debug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a debug message.<T1,T2, T3, T4>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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>
voiddebug(org.forgerock.i18n.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.voidLogs a debug message.voidLogs a debug message with an accompanying exception.voidLogs a debug message with an accompanying exception.voiddebug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a debug message using the providedMarker.voidLogs a debug message using the providedMarker.<T1> voiddebug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a debug message.<T1> voiddebug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a debug message with an accompanying exception.<T1,T2> void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a debug message.<T1,T2> void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a debug message with an accompanying exception.<T1,T2, T3> void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a debug message.<T1,T2, T3> void debug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a debug message.<T1,T2, T3, T4>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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>
voiddebug(org.slf4j.Marker m, org.forgerock.i18n.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.voidLogs a debug message.voiddebug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a debug message with an accompanying exception.voiderror(org.forgerock.i18n.LocalizableMessage m) Logs an error message.voiderror(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs an error message.voidLogs an error message with an accompanying exception.<T1> voiderror(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs an error message.<T1> voidLogs an error message with an accompanying exception.<T1,T2> void error(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an error message.<T1,T2> void Logs an error message with an accompanying exception.<T1,T2, T3> void error(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an error message.<T1,T2, T3> void error(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an error message.<T1,T2, T3, T4>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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>
voiderror(org.forgerock.i18n.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.voidLogs an error message.voidLogs an error message with an accompanying exception.voidLogs an error message with an accompanying exception.voiderror(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs an error message using the providedMarker.voidLogs an error message using the providedMarker.<T1> voiderror(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs an error message.<T1> voiderror(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs an error message with an accompanying exception.<T1,T2> void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an error message.<T1,T2> void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs an error message with an accompanying exception.<T1,T2, T3> void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an error message.<T1,T2, T3> void error(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an error message.<T1,T2, T3, T4>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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>
voiderror(org.slf4j.Marker m, org.forgerock.i18n.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.voidLogs an error message.voiderror(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs an error message with an accompanying exception.Returns the locale to which this logger will localize all log messages.static LocalizedLoggergetLocalizedLogger(Class<?> clazz) Returns a localized logger which will forward log messages to an SLF4JLoggerobtained by callingLoggerFactory.getLogger(Class).static LocalizedLoggergetLocalizedLogger(String name) Returns a localized logger which will forward log messages to an SLF4JLoggerobtained by callingLoggerFactory.getLogger(String).static LocalizedLoggergetLocalizedLogger(org.slf4j.Logger logger) Returns a localized logger which will forward log messages to the provided SLF4JLogger.org.slf4j.LoggerReturns the underlying SLF4JLoggerwrapped by this logger.static LocalizedLoggerReturns a localized logger with a name corresponding to calling class name.getName()Returns the name of this logger.voidinfo(org.forgerock.i18n.LocalizableMessage m) Logs an info message.voidinfo(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs an info message.voidLogs an info message with an accompanying exception.<T1> voidinfo(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs an info message.<T1> voidLogs an info message with an accompanying exception.<T1,T2> void info(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an info message.<T1,T2> void Logs an info message with an accompanying exception.<T1,T2, T3> void info(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an info message.<T1,T2, T3> void info(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an info message.<T1,T2, T3, T4>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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>
voidinfo(org.forgerock.i18n.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.voidLogs an info message.voidLogs an info message with an accompanying exception.voidLogs an info message with an accompanying exception.voidinfo(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs an info message using the providedMarker.voidLogs an info message using the providedMarker.<T1> voidinfo(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs an info message.<T1> voidinfo(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs an info message with an accompanying exception.<T1,T2> void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an info message.<T1,T2> void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs an info message with an accompanying exception.<T1,T2, T3> void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an info message.<T1,T2, T3> void info(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an info message.<T1,T2, T3, T4>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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>
voidinfo(org.slf4j.Marker m, org.forgerock.i18n.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.voidLogs an info message.voidinfo(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs an info message with an accompanying exception.booleanReturnstrueif this logger will log debug messages.booleanisDebugEnabled(org.slf4j.Marker m) Returnstrueif this logger will log debug messages associated with the provided marker.booleanReturnstrueif this logger will log error messages.booleanisErrorEnabled(org.slf4j.Marker m) Returnstrueif this logger will log error messages associated with the provided marker.booleanReturnstrueif this logger will log info messages.booleanisInfoEnabled(org.slf4j.Marker m) Returnstrueif this logger will log info messages associated with the provided marker.booleanReturnstrueif this logger will log trace messages.booleanisTraceEnabled(org.slf4j.Marker m) Returnstrueif this logger will log trace messages associated with the provided marker.booleanReturnstrueif this logger will log warning messages.booleanisWarnEnabled(org.slf4j.Marker m) Returnstrueif this logger will log warning messages associated with the provided marker.voidLogs a trace message.voidLogs a trace message.voidLogs a trace message.voidLogs a trace message.voidLogs a trace message.voidtrace(org.forgerock.i18n.LocalizableMessage m) Logs a trace message.voidtrace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a trace message.voidLogs a trace message with an accompanying exception.<T1> voidtrace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a trace message.<T1> voidLogs a trace message with an accompanying exception.<T1,T2> void trace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a trace message.<T1,T2> void Logs a trace message with an accompanying exception.<T1,T2, T3> void trace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a trace message.<T1,T2, T3> void trace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a trace message.<T1,T2, T3, T4>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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>
voidtrace(org.forgerock.i18n.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.voidLogs a trace message.voidLogs a trace message with an accompanying exception.voidLogs a trace message with an accompanying exception.voidtrace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a trace message using the providedMarker.voidLogs a trace message using the providedMarker.<T1> voidtrace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a trace message.<T1> voidtrace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a trace message with an accompanying exception.<T1,T2> void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a trace message.<T1,T2> void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a trace message with an accompanying exception.<T1,T2, T3> void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a trace message.<T1,T2, T3> void trace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a trace message.<T1,T2, T3, T4>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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>
voidtrace(org.slf4j.Marker m, org.forgerock.i18n.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.voidLogs a trace message.voidtrace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a trace message with an accompanying exception.voidLogs a trace message with provided exception.voidtraceException(Throwable t, String msg) Logs a trace message with an accompanying exception.voidtraceException(Throwable t, String format, Object a1) Logs a trace message with an accompanying exception.voidtraceException(Throwable t, String format, Object... args) Logs a trace message with an accompanying exception.voidtraceException(Throwable t, String format, Object a1, Object a2) Logs a trace message with an accompanying exception.voidLogs a trace message with an accompanying exception.voidwarn(org.forgerock.i18n.LocalizableMessage m) Logs a warning message.voidwarn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a warning message.voidLogs a warning message with an accompanying exception.<T1> voidwarn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a warning message.<T1> voidLogs a warning message with an accompanying exception.<T1,T2> void warn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a warning message.<T1,T2> void Logs a warning message with an accompanying exception.<T1,T2, T3> void warn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a warning message.<T1,T2, T3> void warn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a warning message.<T1,T2, T3, T4>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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>
voidwarn(org.forgerock.i18n.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.voidLogs a warning message.voidLogs a warning message with an accompanying exception.voidLogs a warning message with an accompanying exception.voidwarn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a warning message using the providedMarker.voidLogs a warning message using the providedMarker.<T1> voidwarn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a warning message.<T1> voidwarn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a warning message with an accompanying exception.<T1,T2> void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a warning message.<T1,T2> void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a warning message with an accompanying exception.<T1,T2, T3> void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a warning message.<T1,T2, T3> void warn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a warning message.<T1,T2, T3, T4>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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>
voidwarn(org.slf4j.Marker m, org.forgerock.i18n.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.voidLogs a warning message.voidwarn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a warning message with an accompanying exception.
-
Method Details
-
getLocalizedLogger
Returns a localized logger which will forward log messages to an SLF4JLoggerobtained by callingLoggerFactory.getLogger(Class). The messages will be localized using the default locale.- Parameters:
clazz- The name of the wrapped SLF4JLogger.- Returns:
- The localized logger.
- See Also:
-
LoggerFactory.getLogger(Class)
-
getLocalizedLogger
Returns a localized logger which will forward log messages to the provided SLF4JLogger. The messages will be localized using the default locale.- Parameters:
logger- The wrapped SLF4JLogger.- Returns:
- The localized logger.
- See Also:
-
LoggerFactory.getLogger(String)
-
getLocalizedLogger
Returns a localized logger which will forward log messages to an SLF4JLoggerobtained by callingLoggerFactory.getLogger(String). The messages will be localized using the default locale.- Parameters:
name- The name of the wrapped SLF4JLogger.- Returns:
- The localized logger.
- See Also:
-
LoggerFactory.getLogger(String)
-
getLoggerForThisClass
Returns a localized logger with a name corresponding to calling class name. The logger will forward log messages to an SLF4JLoggerobtained by callingLoggerFactory.getLogger(String). The messages will be localized using the default locale.- Returns:
- The localized logger using calling class name as its name
- See Also:
-
LoggerFactory.getLogger(String)
-
debug
Logs a debug message.- Parameters:
d- The message descriptor.- See Also:
-
Logger.debug(String)
-
debug
Logs a debug message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.debug(String, Throwable)
-
debug
Logs a debug message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.debug(String)
-
debug
public <T1> void debug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a debug message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2> void debug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a debug message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2> void debug(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a debug message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.t- The throwable to log.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a debug message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs a debug message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.t- The throwable to log.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a debug message.- Type Parameters:
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.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.a4- The fourth message argument.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a debug message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
Logs a debug message.- Parameters:
d- The message descriptor.args- The message arguments.- See Also:
-
Logger.debug(String)
-
debug
public void debug(org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a debug message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.debug(String, Throwable)
-
debug
Logs a debug message.- Parameters:
m- The pre-formatted message.- See Also:
-
Logger.debug(String)
-
debug
Logs a debug message with an accompanying exception.- Parameters:
m- The pre-formatted message.t- The throwable to log.- See Also:
-
Logger.debug(String, Throwable)
-
debug
Logs a debug message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.- See Also:
-
Logger.debug(org.slf4j.Marker, String)
-
debug
public void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable t) Logs a debug message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.debug(org.slf4j.Marker, String)
-
debug
public <T1> void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a debug message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.debug(String)
-
debug
public <T1> void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a debug message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2> void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a debug message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2> void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a debug message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a debug message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs a debug message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a debug message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a debug message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String)
-
debug
public <T1,T2, void debugT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.debug(String, Throwable)
-
debug
public void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs a debug message.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.args- The message arguments.- See Also:
-
Logger.debug(String)
-
debug
public void debug(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a debug message with an accompanying exception.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.debug(String, Throwable)
-
error
Logs an error message.- Parameters:
d- The message descriptor.- See Also:
-
Logger.error(String)
-
error
Logs an error message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.error(String, Throwable)
-
error
Logs an error message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.error(String)
-
error
public <T1> void error(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs an error message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2> void error(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an error message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.error(String)
-
error
public <T1,T2> void error(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs an error message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.t- The throwable to log.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an error message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs an error message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.t- The throwable to log.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an error message.- Type Parameters:
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.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.a4- The fourth message argument.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs an error message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
Logs an error message.- Parameters:
d- The message descriptor.args- The message arguments.- See Also:
-
Logger.error(String)
-
error
public void error(org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs an error message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.error(String, Throwable)
-
error
Logs an error message.- Parameters:
m- The pre-formatted message.- See Also:
-
Logger.error(String)
-
error
Logs an error message with an accompanying exception.- Parameters:
m- The pre-formatted message.t- The throwable to log.- See Also:
-
Logger.error(String, Throwable)
-
error
Logs an error message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.- See Also:
-
Logger.error(org.slf4j.Marker, String)
-
error
public void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable t) Logs an error message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.error(org.slf4j.Marker, String)
-
error
public <T1> void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs an error message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.error(String)
-
error
public <T1> void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs an error message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2> void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an error message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.error(String)
-
error
public <T1,T2> void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs an error message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an error message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs an error message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an error message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs an error message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String)
-
error
public <T1,T2, void errorT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.error(String, Throwable)
-
error
public void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs an error message.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.args- The message arguments.- See Also:
-
Logger.error(String)
-
error
public void error(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs an error message with an accompanying exception.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.error(String, Throwable)
-
getLocale
Returns the locale to which this logger will localize all log messages.- Returns:
- The locale to which this logger will localize all log messages.
-
getLogger
Returns the underlying SLF4JLoggerwrapped by this logger.- Returns:
- The underlying SLF4J
Loggerwrapped by this logger.
-
getName
Returns the name of this logger.- Returns:
- The name of this logger.
- See Also:
-
Logger.getName()
-
info
Logs an info message.- Parameters:
d- The message descriptor.- See Also:
-
Logger.info(String)
-
info
Logs an info message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.info(String, Throwable)
-
info
Logs an info message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.info(String)
-
info
public <T1> void info(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs an info message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2> void info(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an info message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.info(String)
-
info
public <T1,T2> void info(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs an info message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.t- The throwable to log.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an info message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs an info message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.t- The throwable to log.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an info message.- Type Parameters:
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.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.a4- The fourth message argument.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs an info message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
Logs an info message.- Parameters:
d- The message descriptor.args- The message arguments.- See Also:
-
Logger.info(String)
-
info
public void info(org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs an info message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.info(String, Throwable)
-
info
Logs an info message.- Parameters:
m- The pre-formatted message.- See Also:
-
Logger.info(String)
-
info
Logs an info message with an accompanying exception.- Parameters:
m- The pre-formatted message.t- The throwable to log.- See Also:
-
Logger.info(String, Throwable)
-
info
Logs an info message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.- See Also:
-
Logger.info(org.slf4j.Marker, String)
-
info
public void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable t) Logs an info message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.info(org.slf4j.Marker, String)
-
info
public <T1> void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs an info message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.info(String)
-
info
public <T1> void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs an info message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2> void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an info message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.info(String)
-
info
public <T1,T2> void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs an info message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs an info message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs an info message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs an info message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs an info message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String)
-
info
public <T1,T2, void infoT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.info(String, Throwable)
-
info
public void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs an info message.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.args- The message arguments.- See Also:
-
Logger.info(String)
-
info
public void info(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs an info message with an accompanying exception.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.info(String, Throwable)
-
isDebugEnabled
Returnstrueif this logger will log debug messages.- Returns:
trueif this logger will log debug messages, otherwisefalse.- See Also:
-
Logger.isDebugEnabled()
-
isDebugEnabled
Returnstrueif this logger will log debug messages associated with the provided marker.- Parameters:
m- The marker information.- Returns:
trueif this logger will log debug messages, otherwisefalse.- See Also:
-
Logger.isDebugEnabled(org.slf4j.Marker)
-
isErrorEnabled
Returnstrueif this logger will log error messages.- Returns:
trueif this logger will log error messages, otherwisefalse.- See Also:
-
Logger.isErrorEnabled()
-
isErrorEnabled
Returnstrueif this logger will log error messages associated with the provided marker.- Parameters:
m- The marker information.- Returns:
trueif this logger will log error messages, otherwisefalse.- See Also:
-
Logger.isErrorEnabled(org.slf4j.Marker)
-
isInfoEnabled
Returnstrueif this logger will log info messages.- Returns:
trueif this logger will log info messages, otherwisefalse.- See Also:
-
Logger.isInfoEnabled()
-
isInfoEnabled
Returnstrueif this logger will log info messages associated with the provided marker.- Parameters:
m- The marker information.- Returns:
trueif this logger will log info messages, otherwisefalse.- See Also:
-
Logger.isInfoEnabled(org.slf4j.Marker)
-
isTraceEnabled
Returnstrueif this logger will log trace messages.- Returns:
trueif this logger will log trace messages, otherwisefalse.- See Also:
-
Logger.isTraceEnabled()
-
isTraceEnabled
Returnstrueif this logger will log trace messages associated with the provided marker.- Parameters:
m- The marker information.- Returns:
trueif this logger will log trace messages, otherwisefalse.- See Also:
-
Logger.isTraceEnabled(org.slf4j.Marker)
-
isWarnEnabled
Returnstrueif this logger will log warning messages.- Returns:
trueif this logger will log warning messages, otherwisefalse.- See Also:
-
Logger.isWarnEnabled()
-
isWarnEnabled
Returnstrueif this logger will log warning messages associated with the provided marker.- Parameters:
m- The marker information.- Returns:
trueif this logger will log warning messages, otherwisefalse.- See Also:
-
Logger.isWarnEnabled(org.slf4j.Marker)
-
trace
Logs a trace message.- Parameters:
d- The message descriptor.- See Also:
-
Logger.trace(String)
-
trace
Logs a trace message.- Parameters:
msg- The message.- See Also:
-
Logger.trace(String)
-
traceException
Logs a trace message with provided exception.- Parameters:
t- The exception.- See Also:
-
Logger.trace(String)
-
trace
Logs a trace message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.trace(String, Throwable)
-
traceException
Logs a trace message with an accompanying exception.- Parameters:
t- The throwable to log.msg- The message.- See Also:
-
Logger.trace(String, Throwable)
-
trace
Logs a trace message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.trace(String)
-
trace
Logs a trace message.- Parameters:
format- The message format, compatible withjava.util.Formatterrulesa1- The first message argument.- See Also:
-
Logger.trace(String)
-
trace
public <T1> void trace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a trace message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.trace(String, Throwable)
-
traceException
Logs a trace message with an accompanying exception.- Parameters:
t- The throwable to log.format- The message format, compatible withjava.util.Formatterrulesa1- The first message argument.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2> void trace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a trace message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.trace(String)
-
trace
Logs a trace message.- Parameters:
format- The message format, compatible withjava.util.Formatterrulesa1- The first message argument.a2- The second message argument.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2> void trace(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a trace message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.t- The throwable to log.- See Also:
-
Logger.trace(String, Throwable)
-
traceException
Logs a trace message with an accompanying exception.- Parameters:
t- The throwable to log.format- The message format, compatible withjava.util.Formatterrulesa1- The first message argument.a2- The second message argument.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a trace message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.- See Also:
-
Logger.trace(String)
-
trace
Logs a trace message.- Parameters:
format- The message format, compatible withjava.util.Formatterrulesa1- The first message argument.a2- The second message argument.a3- The third message argument.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs a trace message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.t- The throwable to log.- See Also:
-
Logger.trace(String, Throwable)
-
traceException
Logs a trace message with an accompanying exception.- Parameters:
t- The throwable to log.format- The message format, compatible withjava.util.Formatterrulesa1- The first message argument.a2- The second message argument.a3- The third message argument.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a trace message.- Type Parameters:
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.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.a4- The fourth message argument.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a trace message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
Logs a trace message.- Parameters:
d- The message descriptor.args- The message arguments.- See Also:
-
Logger.trace(String)
-
trace
public void trace(org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a trace message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.trace(String, Throwable)
-
trace
Logs a trace message.- Parameters:
format- The message format, compatible withjava.util.Formatterrulesargs- The message arguments.- See Also:
-
Logger.trace(Marker, String)
-
traceException
Logs a trace message with an accompanying exception.- Parameters:
t- The throwable to log.format- The message format, compatible withjava.util.Formatterrulesargs- The message arguments.- See Also:
-
Logger.trace(String, Throwable)
-
trace
Logs a trace message.- Parameters:
m- The pre-formatted message.- See Also:
-
Logger.trace(String)
-
trace
Logs a trace message with an accompanying exception.- Parameters:
m- The pre-formatted message.t- The throwable to log.- See Also:
-
Logger.trace(String, Throwable)
-
trace
Logs a trace message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.- See Also:
-
Logger.trace(org.slf4j.Marker, String)
-
trace
public void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable t) Logs a trace message using the providedMarker.- Parameters:
m- The marker tracermation associated with this log message.d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.trace(org.slf4j.Marker, String)
-
trace
public <T1> void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a trace message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.trace(String)
-
trace
public <T1> void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a trace message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker tracermation associated with this log message.d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2> void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a trace message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2> void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a trace message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a trace message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs a trace message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a trace message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a trace message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String)
-
trace
public <T1,T2, void traceT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.trace(String, Throwable)
-
trace
public void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs a trace message.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.args- The message arguments.- See Also:
-
Logger.trace(String)
-
trace
public void trace(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a trace message with an accompanying exception.- Parameters:
m- The marker tracermation associated with this log message.d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.trace(String, Throwable)
-
warn
Logs a warning message.- Parameters:
d- The message descriptor.- See Also:
-
Logger.warn(String)
-
warn
Logs a warning message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.warn(String, Throwable)
-
warn
Logs a warning message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.warn(String)
-
warn
public <T1> void warn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a warning message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2> void warn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a warning message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2> void warn(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a warning message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.t- The throwable to log.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a warning message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs a warning message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.t- The throwable to log.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a warning message.- Type Parameters:
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.- Parameters:
d- The message descriptor.a1- The first message argument.a2- The second message argument.a3- The third message argument.a4- The fourth message argument.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a warning message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8, T9> (org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
Logs a warning message.- Parameters:
d- The message descriptor.args- The message arguments.- See Also:
-
Logger.warn(String)
-
warn
public void warn(org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a warning message with an accompanying exception.- Parameters:
d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.warn(String, Throwable)
-
warn
Logs a warning message.- Parameters:
m- The pre-formatted message.- See Also:
-
Logger.warn(String)
-
warn
Logs a warning message with an accompanying exception.- Parameters:
m- The pre-formatted message.t- The throwable to log.- See Also:
-
Logger.warn(String, Throwable)
-
warn
Logs a warning message using the providedMarker.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.- See Also:
-
Logger.warn(org.slf4j.Marker, String)
-
warn
public void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable t) Logs a warning message using the providedMarker.- Parameters:
m- The marker warnrmation associated with this log message.d- The message descriptor.t- The throwable to log.- See Also:
-
Logger.warn(org.slf4j.Marker, String)
-
warn
public <T1> void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a warning message.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.- See Also:
-
Logger.warn(String)
-
warn
public <T1> void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable t) Logs a warning message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.- Parameters:
m- The marker warnrmation associated with this log message.d- The message descriptor.a1- The first message argument.t- The throwable to log.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2> void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a warning message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.a1- The first message argument.a2- The second message argument.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2> void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable t) Logs a warning message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a warning message.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable t) Logs a warning message with an accompanying exception.- Type Parameters:
T1- The type of the first message argument.T2- The type of the second message argument.T3- The type of the third message argument.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a warning message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a warning message.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String)
-
warn
public <T1,T2, void warnT3, T4, T5, T6, T7, T8, T9> (org.slf4j.Marker m, org.forgerock.i18n.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.- Type Parameters:
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.- Parameters:
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.- See Also:
-
Logger.warn(String, Throwable)
-
warn
public void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs a warning message.- Parameters:
m- The marker information associated with this log message.d- The message descriptor.args- The message arguments.- See Also:
-
Logger.warn(String)
-
warn
public void warn(org.slf4j.Marker m, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable t, Object... args) Logs a warning message with an accompanying exception.- Parameters:
m- The marker warnrmation associated with this log message.d- The message descriptor.t- The throwable to log.args- The message arguments.- See Also:
-
Logger.warn(String, Throwable)
-