Package org.forgerock.i18n.jul
Class LocalizedLogger
java.lang.Object
org.forgerock.i18n.jul.LocalizedLogger
A logger implementation which formats and localizes messages before
forwarding them to an underlying Java
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).-
Method Summary
Modifier and TypeMethodDescriptionvoid
config
(org.forgerock.i18n.LocalizableMessage m) Logs a CONFIG message.void
config
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a CONFIG message.<T1> void
config
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a CONFIG message.<T1,
T2> void config
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a CONFIG message.<T1,
T2, T3> void config
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a CONFIG message.<T1,
T2, T3, T4>
voidconfig
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a CONFIG message.<T1,
T2, T3, T4, T5>
voidconfig
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a CONFIG message.<T1,
T2, T3, T4, T5, T6>
voidconfig
(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 CONFIG message.<T1,
T2, T3, T4, T5, T6, T7>
voidconfig
(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 CONFIG message.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidconfig
(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 CONFIG message.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidconfig
(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 CONFIG message.void
Logs a CONFIG message.void
fine
(org.forgerock.i18n.LocalizableMessage m) Logs a FINE message.void
fine
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a FINE message.<T1> void
fine
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a FINE message.<T1,
T2> void fine
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a FINE message.<T1,
T2, T3> void fine
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a FINE message.<T1,
T2, T3, T4>
voidfine
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a FINE message.<T1,
T2, T3, T4, T5>
voidfine
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a FINE message.<T1,
T2, T3, T4, T5, T6>
voidfine
(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 FINE message.<T1,
T2, T3, T4, T5, T6, T7>
voidfine
(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 FINE message.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidfine
(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 FINE message.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidfine
(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 FINE message.void
Logs a FINE message.void
finer
(org.forgerock.i18n.LocalizableMessage m) Logs a FINER message.void
finer
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a FINER message.<T1> void
finer
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a FINER message.<T1,
T2> void finer
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a FINER message.<T1,
T2, T3> void finer
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a FINER message.<T1,
T2, T3, T4>
voidfiner
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a FINER message.<T1,
T2, T3, T4, T5>
voidfiner
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a FINER message.<T1,
T2, T3, T4, T5, T6>
voidfiner
(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 FINER message.<T1,
T2, T3, T4, T5, T6, T7>
voidfiner
(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 FINER message.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidfiner
(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 FINER message.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidfiner
(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 FINER message.void
Logs a FINER message.void
finest
(org.forgerock.i18n.LocalizableMessage m) Logs a FINEST message.void
finest
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a FINEST message.<T1> void
finest
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a FINEST message.<T1,
T2> void finest
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a FINEST message.<T1,
T2, T3> void finest
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a FINEST message.<T1,
T2, T3, T4>
voidfinest
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a FINEST message.<T1,
T2, T3, T4, T5>
voidfinest
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a FINEST message.<T1,
T2, T3, T4, T5, T6>
voidfinest
(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 FINEST message.<T1,
T2, T3, T4, T5, T6, T7>
voidfinest
(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 FINEST message.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidfinest
(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 FINEST message.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidfinest
(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 FINEST message.void
Logs a FINEST message.Returns the locale to which this logger will localize all log messages.static LocalizedLogger
Returns a localized logger which will forward log messages to an anonymous JavaLogger
obtained by callingLogger.getAnonymousLogger()
.static LocalizedLogger
getLocalizedLogger
(String name) Returns a localized logger which will forward log messages to the named JavaLogger
obtained by callingLogger.getLogger(String)
.static LocalizedLogger
getLocalizedLogger
(Logger logger) Returns a localized logger which will forward log messages to the provided JavaLogger
.Returns the underlying JavaLogger
wrapped by this logger.getName()
Returns the name of this logger.void
info
(org.forgerock.i18n.LocalizableMessage m) Logs an INFO message.void
info
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs an INFO message.<T1> void
info
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs an INFO message.<T1,
T2> void info
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an INFO message.<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, 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, 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, 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, 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, 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, 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.void
Logs an INFO message.boolean
isLoggable
(Level level) Returnstrue
if this logger will log messages at the specified level.void
Logs a message at the specified log level.void
Logs a message at the specified log level.void
Logs a message at the specified log level.<T1> void
Logs a message at the specified log level.<T1> void
log
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable thrown) Logs a message at the specified log level.<T1,
T2> void Logs a message at the specified log level.<T1,
T2> void log
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3> void log
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a message at the specified log level.<T1,
T2, T3> void log
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3, T4>
voidlog
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a message at the specified log level.<T1,
T2, T3, T4>
voidlog
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5>
voidlog
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a message at the specified log level.<T1,
T2, T3, T4, T5>
voidlog
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6>
voidlog
(Level level, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6>
voidlog
(Level level, 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 thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7>
voidlog
(Level level, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7>
voidlog
(Level level, 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 thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidlog
(Level level, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidlog
(Level level, 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 thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidlog
(Level level, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidlog
(Level level, 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 thrown) Logs a message at the specified log level.void
Logs a message at the specified log level.void
log
(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable thrown, Object... args) Logs a message at the specified log level.void
Logs a message at the specified log level.void
Logs a message at the specified log level.void
logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a message at the specified log level.void
logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable thrown) Logs a message at the specified log level.<T1> void
logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a message at the specified log level.<T1> void
logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable thrown) Logs a message at the specified log level.<T1,
T2> void logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a message at the specified log level.<T1,
T2> void logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3> void logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a message at the specified log level.<T1,
T2, T3> void logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3, T4>
voidlogp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a message at the specified log level.<T1,
T2, T3, T4>
voidlogp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5>
voidlogp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a message at the specified log level.<T1,
T2, T3, T4, T5>
voidlogp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidlogp
(Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.void
logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs a message at the specified log level.void
logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable thrown, Object... args) Logs a message at the specified log level.void
logp
(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessage m, Throwable thrown) Logs a message at the specified log level.void
severe
(org.forgerock.i18n.LocalizableMessage m) Logs a SEVERE message.void
severe
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a SEVERE message.<T1> void
severe
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a SEVERE message.<T1,
T2> void severe
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a SEVERE message.<T1,
T2, T3> void severe
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a SEVERE message.<T1,
T2, T3, T4>
voidsevere
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a SEVERE message.<T1,
T2, T3, T4, T5>
voidsevere
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a SEVERE message.<T1,
T2, T3, T4, T5, T6>
voidsevere
(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 SEVERE message.<T1,
T2, T3, T4, T5, T6, T7>
voidsevere
(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 SEVERE message.<T1,
T2, T3, T4, T5, T6, T7, T8>
voidsevere
(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 SEVERE message.<T1,
T2, T3, T4, T5, T6, T7, T8, T9>
voidsevere
(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 SEVERE message.void
Logs a SEVERE message.void
warning
(org.forgerock.i18n.LocalizableMessage m) Logs a WARNING message.void
warning
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a WARNING message.<T1> void
warning
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a WARNING message.<T1,
T2> void warning
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a WARNING message.<T1,
T2, T3> void warning
(org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a WARNING message.<T1,
T2, T3, T4>
voidwarning
(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, T5>
voidwarning
(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, T6>
voidwarning
(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, T7>
voidwarning
(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, T8>
voidwarning
(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, T9>
voidwarning
(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.void
Logs a WARNING message.
-
Method Details
-
getLocalizedAnonymousLogger
Returns a localized logger which will forward log messages to an anonymous JavaLogger
obtained by callingLogger.getAnonymousLogger()
. The messages will be localized using the default locale.- Returns:
- The localized logger.
- See Also:
-
getLocalizedLogger
Returns a localized logger which will forward log messages to the provided JavaLogger
. The messages will be localized using the default locale.- Parameters:
logger
- The wrapped JavaLogger
.- Returns:
- The localized logger.
-
getLocalizedLogger
Returns a localized logger which will forward log messages to the named JavaLogger
obtained by callingLogger.getLogger(String)
. The messages will be localized using the default locale.- Parameters:
name
- The name of the wrapped JavaLogger
.- Returns:
- The localized logger.
- See Also:
-
config
Logs a CONFIG message.- Parameters:
d
- The message descriptor.- See Also:
-
config
Logs a CONFIG message.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
d
- The message descriptor.a1
- The first message argument.- See Also:
-
config
public <T1,T2> void config(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a CONFIG 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:
-
config
public <T1,T2, void configT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a CONFIG 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:
-
config
public <T1,T2, void configT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a CONFIG 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:
-
config
public <T1,T2, void configT3, 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 CONFIG 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:
-
config
public <T1,T2, void configT3, 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 CONFIG 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:
-
config
public <T1,T2, void configT3, 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 CONFIG 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:
-
config
public <T1,T2, void configT3, 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 CONFIG 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:
-
config
public <T1,T2, void configT3, 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 CONFIG 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:
-
config
Logs a CONFIG message.- Parameters:
d
- The message descriptor.args
- The message arguments.- See Also:
-
config
Logs a CONFIG message.- Parameters:
m
- The pre-formatted message.- See Also:
-
fine
Logs a FINE message.- Parameters:
d
- The message descriptor.- See Also:
-
fine
Logs a FINE message.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
d
- The message descriptor.a1
- The first message argument.- See Also:
-
fine
public <T1,T2> void fine(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a FINE 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:
-
fine
public <T1,T2, void fineT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a FINE 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:
-
fine
public <T1,T2, void fineT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a FINE 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:
-
fine
public <T1,T2, void fineT3, 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 FINE 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:
-
fine
public <T1,T2, void fineT3, 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 FINE 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:
-
fine
public <T1,T2, void fineT3, 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 FINE 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:
-
fine
public <T1,T2, void fineT3, 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 FINE 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:
-
fine
public <T1,T2, void fineT3, 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 FINE 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:
-
fine
Logs a FINE message.- Parameters:
d
- The message descriptor.args
- The message arguments.- See Also:
-
fine
Logs a FINE message.- Parameters:
m
- The pre-formatted message.- See Also:
-
finer
Logs a FINER message.- Parameters:
d
- The message descriptor.- See Also:
-
finer
Logs a FINER message.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
d
- The message descriptor.a1
- The first message argument.- See Also:
-
finer
public <T1,T2> void finer(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a FINER 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:
-
finer
public <T1,T2, void finerT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a FINER 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:
-
finer
public <T1,T2, void finerT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a FINER 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:
-
finer
public <T1,T2, void finerT3, 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 FINER 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:
-
finer
public <T1,T2, void finerT3, 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 FINER 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:
-
finer
public <T1,T2, void finerT3, 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 FINER 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:
-
finer
public <T1,T2, void finerT3, 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 FINER 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:
-
finer
public <T1,T2, void finerT3, 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 FINER 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:
-
finer
Logs a FINER message.- Parameters:
d
- The message descriptor.args
- The message arguments.- See Also:
-
finer
Logs a FINER message.- Parameters:
m
- The pre-formatted message.- See Also:
-
finest
Logs a FINEST message.- Parameters:
d
- The message descriptor.- See Also:
-
finest
Logs a FINEST message.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
d
- The message descriptor.a1
- The first message argument.- See Also:
-
finest
public <T1,T2> void finest(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a FINEST 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:
-
finest
public <T1,T2, void finestT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a FINEST 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:
-
finest
public <T1,T2, void finestT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a FINEST 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:
-
finest
public <T1,T2, void finestT3, 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 FINEST 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:
-
finest
public <T1,T2, void finestT3, 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 FINEST 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:
-
finest
public <T1,T2, void finestT3, 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 FINEST 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:
-
finest
public <T1,T2, void finestT3, 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 FINEST 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:
-
finest
public <T1,T2, void finestT3, 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 FINEST 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:
-
finest
Logs a FINEST message.- Parameters:
d
- The message descriptor.args
- The message arguments.- See Also:
-
finest
Logs a FINEST message.- Parameters:
m
- The pre-formatted message.- See Also:
-
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 JavaLogger
wrapped by this logger.- Returns:
- The underlying Java
Logger
wrapped by this logger.
-
getName
Returns the name of this logger.- Returns:
- The name of this logger.
- See Also:
-
info
Logs an INFO message.- Parameters:
d
- The message descriptor.- See Also:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
info
Logs an INFO message.- Parameters:
d
- The message descriptor.args
- The message arguments.- See Also:
-
info
Logs an INFO message.- Parameters:
m
- The pre-formatted message.- See Also:
-
isLoggable
Returnstrue
if this logger will log messages at the specified level.- Parameters:
level
- The log level.- Returns:
true
if this logger will log messages at the specified level, otherwisefalse
.- See Also:
-
log
Logs a message at the specified log level.- Parameters:
level
- The log level.d
- The message descriptor.- See Also:
-
log
public void log(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable thrown) Logs a message at the specified log level.- Parameters:
level
- The log level.d
- The message descriptor.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1> void log(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
level
- The log level.d
- The message descriptor.a1
- The first message argument.- See Also:
-
log
public <T1> void log(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable thrown) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
level
- The log level.d
- The message descriptor.a1
- The first message argument.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2> void log(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.T2
- The type of the second message argument.- Parameters:
level
- The log level.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.- See Also:
-
log
public <T1,T2> void log(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable thrown) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.T2
- The type of the second message argument.- Parameters:
level
- The log level.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2, void logT3> (Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.- See Also:
-
log
public <T1,T2, void logT3> (Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2, void logT3, T4> (Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a message at the specified log level.- 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:
level
- The log level.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:
-
log
public <T1,T2, void logT3, T4> (Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2, void logT3, T4, T5> (Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a message at the specified log level.- 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:
level
- The log level.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:
-
log
public <T1,T2, void logT3, T4, T5> (Level level, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable thrown) Logs a message at the specified log level.- 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:
level
- The log level.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.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2, void logT3, T4, T5, T6> (Level level, 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 message at the specified log level.- 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:
level
- The log level.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:
-
log
public <T1,T2, void logT3, T4, T5, T6> (Level level, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.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.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2, void logT3, T4, T5, T6, T7> (Level level, 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 message at the specified log level.- 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:
level
- The log level.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:
-
log
public <T1,T2, void logT3, T4, T5, T6, T7> (Level level, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.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.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2, void logT3, T4, T5, T6, T7, T8> (Level level, 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 message at the specified log level.- 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:
level
- The log level.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:
-
log
public <T1,T2, void logT3, T4, T5, T6, T7, T8> (Level level, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.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.thrown
- The Throwable associated with log message.- See Also:
-
log
public <T1,T2, void logT3, T4, T5, T6, T7, T8, T9> (Level level, 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 message at the specified log level.- 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:
level
- The log level.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:
-
log
public <T1,T2, void logT3, T4, T5, T6, T7, T8, T9> (Level level, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.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.thrown
- The Throwable associated with log message.- See Also:
-
log
public void log(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs a message at the specified log level.- Parameters:
level
- The log level.d
- The message descriptor.args
- The message arguments.- See Also:
-
log
public void log(Level level, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable thrown, Object... args) Logs a message at the specified log level.- Parameters:
level
- The log level.d
- The message descriptor.thrown
- The Throwable associated with log message.args
- The message arguments.- See Also:
-
log
Logs a message at the specified log level.- Parameters:
level
- The log level.m
- The pre-formatted message.- See Also:
-
log
Logs a message at the specified log level.- Parameters:
level
- The log level.m
- The pre-formatted message.thrown
- The Throwable associated with log message.- See Also:
-
logp
public void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d) Logs a message at the specified log level.- Parameters:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.d
- The message descriptor.- See Also:
-
logp
public void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 d, Throwable thrown) Logs a message at the specified log level.- Parameters:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.d
- The message descriptor.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1> void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.- See Also:
-
logp
public <T1> void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable thrown) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2> void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.T2
- The type of the second message argument.- Parameters:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.a2
- The second message argument.- See Also:
-
logp
public <T1,T2> void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2, Throwable thrown) Logs a message at the specified log level.- Type Parameters:
T1
- The type of the first message argument.T2
- The type of the second message argument.- Parameters:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.a2
- The second message argument.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2, void logpT3> (Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.- See Also:
-
logp
public <T1,T2, void logpT3> (Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3, Throwable thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2, void logpT3, T4> (Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.- See Also:
-
logp
public <T1,T2, void logpT3, T4> (Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2, void logpT3, T4, T5> (Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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:
-
logp
public <T1,T2, void logpT3, T4, T5> (Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2, void logpT3, T4, T5, T6> (Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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:
-
logp
public <T1,T2, void logpT3, T4, T5, T6> (Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2, void logpT3, T4, T5, T6, T7> (Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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:
-
logp
public <T1,T2, void logpT3, T4, T5, T6, T7> (Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2, void logpT3, T4, T5, T6, T7, T8> (Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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:
-
logp
public <T1,T2, void logpT3, T4, T5, T6, T7, T8> (Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.d
- The message descriptor.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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.thrown
- The Throwable associated with log message.- See Also:
-
logp
public <T1,T2, void logpT3, T4, T5, T6, T7, T8, T9> (Level level, String sourceClass, String sourceMethod, 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 message at the specified log level.- 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:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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:
-
logp
public <T1,T2, void logpT3, T4, T5, T6, T7, T8, T9> (Level level, String sourceClass, String sourceMethod, 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 thrown) Logs a message at the specified log level.- 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:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.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.thrown
- The Throwable associated with log message.- See Also:
-
logp
public void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Object... args) Logs a message at the specified log level.- Parameters:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.d
- The message descriptor.args
- The message arguments.- See Also:
-
logp
public void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessageDescriptor.ArgN d, Throwable thrown, Object... args) Logs a message at the specified log level.- Parameters:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.d
- The message descriptor.thrown
- The Throwable associated with log message.args
- The message arguments.- See Also:
-
logp
public void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessage m) Logs a message at the specified log level.- Parameters:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.m
- The pre-formatted message.- See Also:
-
logp
public void logp(Level level, String sourceClass, String sourceMethod, org.forgerock.i18n.LocalizableMessage m, Throwable thrown) Logs a message at the specified log level.- Parameters:
level
- The log level.sourceClass
- The name of class that issued the logging request.sourceMethod
- The name of class that issued the logging request.m
- The pre-formatted message.thrown
- The Throwable associated with log message.- See Also:
-
severe
Logs a SEVERE message.- Parameters:
d
- The message descriptor.- See Also:
-
severe
Logs a SEVERE message.- Type Parameters:
T1
- The type of the first message argument.- Parameters:
d
- The message descriptor.a1
- The first message argument.- See Also:
-
severe
public <T1,T2> void severe(org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a SEVERE 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:
-
severe
public <T1,T2, void severeT3> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg3<T1, T2, T3> d, T1 a1, T2 a2, T3 a3) Logs a SEVERE 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:
-
severe
public <T1,T2, void severeT3, T4> (org.forgerock.i18n.LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4> d, T1 a1, T2 a2, T3 a3, T4 a4) Logs a SEVERE 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:
-
severe
public <T1,T2, void severeT3, 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 SEVERE 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:
-
severe
public <T1,T2, void severeT3, 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 SEVERE 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:
-
severe
public <T1,T2, void severeT3, 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 SEVERE 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:
-
severe
public <T1,T2, void severeT3, 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 SEVERE 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:
-
severe
public <T1,T2, void severeT3, 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 SEVERE 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:
-
severe
Logs a SEVERE message.- Parameters:
d
- The message descriptor.args
- The message arguments.- See Also:
-
severe
Logs a SEVERE message.- Parameters:
m
- The pre-formatted message.- See Also:
-
warning
Logs a WARNING message.- Parameters:
d
- The message descriptor.- See Also:
-
warning
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:
-
warning
public <T1,T2> void warning(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:
-
warning
public <T1,T2, void warningT3> (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:
-
warning
public <T1,T2, void warningT3, 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:
-
warning
public <T1,T2, void warningT3, 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:
-
warning
public <T1,T2, void warningT3, 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:
-
warning
public <T1,T2, void warningT3, 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:
-
warning
public <T1,T2, void warningT3, 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:
-
warning
public <T1,T2, void warningT3, 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:
-
warning
Logs a WARNING message.- Parameters:
d
- The message descriptor.args
- The message arguments.- See Also:
-
warning
Logs a WARNING message.- Parameters:
m
- The pre-formatted message.- See Also:
-