public final class LocalizedLogger extends Object
Logger
. For performance reasons
this implementation will only localize and format messages if logging has
been enabled for the associated log level and marker (if present).Modifier and Type | Method and Description |
---|---|
void |
config(LocalizableMessage m)
Logs a CONFIG message.
|
void |
config(LocalizableMessageDescriptor.Arg0 d)
Logs a CONFIG message.
|
<T1> void |
config(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a CONFIG message.
|
<T1,T2> void |
config(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a CONFIG message.
|
<T1,T2,T3> void |
config(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a CONFIG message.
|
<T1,T2,T3,T4> |
config(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a CONFIG message.
|
<T1,T2,T3,T4,T5> |
config(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> |
config(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> |
config(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> |
config(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> |
config(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 |
config(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a CONFIG message.
|
void |
fine(LocalizableMessage m)
Logs a FINE message.
|
void |
fine(LocalizableMessageDescriptor.Arg0 d)
Logs a FINE message.
|
<T1> void |
fine(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a FINE message.
|
<T1,T2> void |
fine(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a FINE message.
|
<T1,T2,T3> void |
fine(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a FINE message.
|
<T1,T2,T3,T4> |
fine(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a FINE message.
|
<T1,T2,T3,T4,T5> |
fine(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> |
fine(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> |
fine(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> |
fine(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> |
fine(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 |
fine(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a FINE message.
|
void |
finer(LocalizableMessage m)
Logs a FINER message.
|
void |
finer(LocalizableMessageDescriptor.Arg0 d)
Logs a FINER message.
|
<T1> void |
finer(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a FINER message.
|
<T1,T2> void |
finer(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a FINER message.
|
<T1,T2,T3> void |
finer(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a FINER message.
|
<T1,T2,T3,T4> |
finer(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a FINER message.
|
<T1,T2,T3,T4,T5> |
finer(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> |
finer(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> |
finer(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> |
finer(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> |
finer(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 |
finer(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a FINER message.
|
void |
finest(LocalizableMessage m)
Logs a FINEST message.
|
void |
finest(LocalizableMessageDescriptor.Arg0 d)
Logs a FINEST message.
|
<T1> void |
finest(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a FINEST message.
|
<T1,T2> void |
finest(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a FINEST message.
|
<T1,T2,T3> void |
finest(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a FINEST message.
|
<T1,T2,T3,T4> |
finest(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a FINEST message.
|
<T1,T2,T3,T4,T5> |
finest(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> |
finest(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> |
finest(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> |
finest(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> |
finest(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 |
finest(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a FINEST message.
|
Locale |
getLocale()
Returns the locale to which this logger will localize all log messages.
|
static LocalizedLogger |
getLocalizedAnonymousLogger()
Returns a localized logger which will forward log messages to an
anonymous Java
Logger obtained by calling
Logger.getAnonymousLogger() . |
static LocalizedLogger |
getLocalizedLogger(Logger logger)
Returns a localized logger which will forward log messages to the
provided Java
Logger . |
static LocalizedLogger |
getLocalizedLogger(String name)
Returns a localized logger which will forward log messages to the named
Java
Logger obtained by calling Logger.getLogger(String) . |
Logger |
getLogger()
Returns the underlying Java
Logger wrapped by this logger. |
String |
getName()
Returns the name of this logger.
|
void |
info(LocalizableMessage m)
Logs an INFO message.
|
void |
info(LocalizableMessageDescriptor.Arg0 d)
Logs an INFO message.
|
<T1> void |
info(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an INFO message.
|
<T1,T2> void |
info(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs an INFO message.
|
<T1,T2,T3> void |
info(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs an INFO message.
|
<T1,T2,T3,T4> |
info(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs an INFO message.
|
<T1,T2,T3,T4,T5> |
info(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5)
Logs an INFO message.
|
<T1,T2,T3,T4,T5,T6> |
info(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6)
Logs an INFO message.
|
<T1,T2,T3,T4,T5,T6,T7> |
info(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7)
Logs an INFO message.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
info(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Logs an INFO message.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
info(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8,
T9 a9)
Logs an INFO message.
|
void |
info(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs an INFO message.
|
boolean |
isLoggable(Level level)
Returns
true if this logger will log messages at the specified
level. |
void |
log(Level level,
LocalizableMessage m)
Logs a message at the specified log level.
|
void |
log(Level level,
LocalizableMessageDescriptor.Arg0 d)
Logs a message at the specified log level.
|
void |
log(Level level,
LocalizableMessageDescriptor.Arg0 d,
Throwable thrown)
Logs a message at the specified log level.
|
<T1> void |
log(Level level,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a message at the specified log level.
|
<T1> void |
log(Level level,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable thrown)
Logs a message at the specified log level.
|
<T1,T2> void |
log(Level level,
LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a message at the specified log level.
|
<T1,T2> void |
log(Level level,
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,
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,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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> |
log(Level level,
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 |
log(Level level,
LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a message at the specified log level.
|
void |
log(Level level,
LocalizableMessageDescriptor.ArgN d,
Throwable thrown,
Object... args)
Logs a message at the specified log level.
|
void |
log(Level level,
LocalizableMessage m,
Throwable thrown)
Logs a message at the specified log level.
|
void |
logp(Level level,
String sourceClass,
String sourceMethod,
LocalizableMessage m)
Logs a message at the specified log level.
|
void |
logp(Level level,
String sourceClass,
String sourceMethod,
LocalizableMessageDescriptor.Arg0 d)
Logs a message at the specified log level.
|
void |
logp(Level level,
String sourceClass,
String sourceMethod,
LocalizableMessageDescriptor.Arg0 d,
Throwable thrown)
Logs a message at the specified log level.
|
<T1> void |
logp(Level level,
String sourceClass,
String sourceMethod,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a message at the specified log level.
|
<T1> void |
logp(Level level,
String sourceClass,
String sourceMethod,
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,
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,
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,
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,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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> |
logp(Level level,
String sourceClass,
String sourceMethod,
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,
LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a message at the specified log level.
|
void |
logp(Level level,
String sourceClass,
String sourceMethod,
LocalizableMessageDescriptor.ArgN d,
Throwable thrown,
Object... args)
Logs a message at the specified log level.
|
void |
logp(Level level,
String sourceClass,
String sourceMethod,
LocalizableMessage m,
Throwable thrown)
Logs a message at the specified log level.
|
void |
severe(LocalizableMessage m)
Logs a SEVERE message.
|
void |
severe(LocalizableMessageDescriptor.Arg0 d)
Logs a SEVERE message.
|
<T1> void |
severe(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a SEVERE message.
|
<T1,T2> void |
severe(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a SEVERE message.
|
<T1,T2,T3> void |
severe(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a SEVERE message.
|
<T1,T2,T3,T4> |
severe(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a SEVERE message.
|
<T1,T2,T3,T4,T5> |
severe(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> |
severe(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> |
severe(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> |
severe(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> |
severe(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 |
severe(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a SEVERE message.
|
void |
warning(LocalizableMessage m)
Logs a WARNING message.
|
void |
warning(LocalizableMessageDescriptor.Arg0 d)
Logs a WARNING message.
|
<T1> void |
warning(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a WARNING message.
|
<T1,T2> void |
warning(LocalizableMessageDescriptor.Arg2<T1,T2> d,
T1 a1,
T2 a2)
Logs a WARNING message.
|
<T1,T2,T3> void |
warning(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d,
T1 a1,
T2 a2,
T3 a3)
Logs a WARNING message.
|
<T1,T2,T3,T4> |
warning(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d,
T1 a1,
T2 a2,
T3 a3,
T4 a4)
Logs a WARNING message.
|
<T1,T2,T3,T4,T5> |
warning(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> |
warning(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> |
warning(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> |
warning(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> |
warning(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 |
warning(LocalizableMessageDescriptor.ArgN d,
Object... args)
Logs a WARNING message.
|
public static LocalizedLogger getLocalizedAnonymousLogger()
Logger
obtained by calling
Logger.getAnonymousLogger()
. The messages will be localized
using the default locale.Logger.getAnonymousLogger()
public static LocalizedLogger getLocalizedLogger(Logger logger)
Logger
. The messages will be localized using the
default locale.logger
- The wrapped Java Logger
.public static LocalizedLogger getLocalizedLogger(String name)
Logger
obtained by calling Logger.getLogger(String)
.
The messages will be localized using the default locale.name
- The name of the wrapped Java Logger
.Logger.getLogger(String)
public void config(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.config(String)
public <T1> void config(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.config(String)
public <T1,T2> void config(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.config(String)
public <T1,T2,T3> void config(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.config(String)
public <T1,T2,T3,T4> void config(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.config(String)
public <T1,T2,T3,T4,T5> void config(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.config(String)
public <T1,T2,T3,T4,T5,T6> void config(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.config(String)
public <T1,T2,T3,T4,T5,T6,T7> void config(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.config(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void config(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.config(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void config(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.config(String)
public void config(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.config(String)
public void config(LocalizableMessage m)
m
- The pre-formatted message.Logger.config(String)
public void fine(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.fine(String)
public <T1> void fine(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.fine(String)
public <T1,T2> void fine(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.fine(String)
public <T1,T2,T3> void fine(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.fine(String)
public <T1,T2,T3,T4> void fine(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.fine(String)
public <T1,T2,T3,T4,T5> void fine(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.fine(String)
public <T1,T2,T3,T4,T5,T6> void fine(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.fine(String)
public <T1,T2,T3,T4,T5,T6,T7> void fine(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.fine(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void fine(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.fine(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void fine(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.fine(String)
public void fine(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.fine(String)
public void fine(LocalizableMessage m)
m
- The pre-formatted message.Logger.fine(String)
public void finer(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.finer(String)
public <T1> void finer(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.finer(String)
public <T1,T2> void finer(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.finer(String)
public <T1,T2,T3> void finer(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.finer(String)
public <T1,T2,T3,T4> void finer(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.finer(String)
public <T1,T2,T3,T4,T5> void finer(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.finer(String)
public <T1,T2,T3,T4,T5,T6> void finer(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.finer(String)
public <T1,T2,T3,T4,T5,T6,T7> void finer(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.finer(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void finer(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.finer(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void finer(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.finer(String)
public void finer(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.finer(String)
public void finer(LocalizableMessage m)
m
- The pre-formatted message.Logger.finer(String)
public void finest(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.finest(String)
public <T1> void finest(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.finest(String)
public <T1,T2> void finest(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.finest(String)
public <T1,T2,T3> void finest(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.finest(String)
public <T1,T2,T3,T4> void finest(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.finest(String)
public <T1,T2,T3,T4,T5> void finest(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.finest(String)
public <T1,T2,T3,T4,T5,T6> void finest(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.finest(String)
public <T1,T2,T3,T4,T5,T6,T7> void finest(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.finest(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void finest(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.finest(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void finest(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.finest(String)
public void finest(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.finest(String)
public void finest(LocalizableMessage m)
m
- The pre-formatted message.Logger.finest(String)
public Locale getLocale()
public Logger getLogger()
Logger
wrapped by this logger.Logger
wrapped by this logger.public String getName()
Logger.getName()
public void info(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.info(String)
public <T1> void info(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.info(String)
public <T1,T2> void info(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.info(String)
public <T1,T2,T3> void info(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.info(String)
public <T1,T2,T3,T4> void info(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5> void info(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6> void info(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7> void info(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void info(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.info(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void info(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.info(String)
public void info(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.info(String)
public void info(LocalizableMessage m)
m
- The pre-formatted message.Logger.info(String)
public boolean isLoggable(Level level)
true
if this logger will log messages at the specified
level.level
- The log level.true
if this logger will log messages at the specified
level, otherwise false
.Logger.isLoggable(Level)
public void log(Level level, LocalizableMessageDescriptor.Arg0 d)
level
- The log level.d
- The message descriptor.Logger.log(Level,String)
public void log(Level level, LocalizableMessageDescriptor.Arg0 d, Throwable thrown)
level
- The log level.d
- The message descriptor.thrown
- The Throwable associated with log message.Logger.log(Level,String,Throwable)
public <T1> void log(Level level, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.level
- The log level.d
- The message descriptor.a1
- The first message argument.Logger.log(Level,String)
public <T1> void log(Level level, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable thrown)
T1
- The type of the first message argument.level
- The log level.d
- The message descriptor.a1
- The first message argument.thrown
- The Throwable associated with log message.Logger.log(Level,String,Throwable)
public <T1,T2> void log(Level level, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.level
- The log level.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.log(Level,String)
public <T1,T2> void log(Level level, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable thrown)
T1
- The type of the first message argument.T2
- The type of the second message argument.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.Logger.log(Level,String,Throwable)
public <T1,T2,T3> void log(Level level, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.level
- The log level.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.log(Level,String)
public <T1,T2,T3> void log(Level level, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable thrown)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.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.Logger.log(Level,String,Throwable)
public <T1,T2,T3,T4> void log(Level level, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.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.Logger.log(Level,String)
public <T1,T2,T3,T4> void log(Level level, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable thrown)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.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.Logger.log(Level,String,Throwable)
public <T1,T2,T3,T4,T5> void log(Level level, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.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.Logger.log(Level,String)
public <T1,T2,T3,T4,T5> void log(Level level, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable thrown)
T1
- The type of the first message argument.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.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.Logger.log(Level,String,Throwable)
public <T1,T2,T3,T4,T5,T6> void log(Level level, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.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.Logger.log(Level,String)
public <T1,T2,T3,T4,T5,T6> void log(Level level, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable thrown)
T1
- The type of the first message argument.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.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.Logger.log(Level,String,Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void log(Level level, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.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.Logger.log(Level,String)
public <T1,T2,T3,T4,T5,T6,T7> void log(Level level, 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)
T1
- The type of the first message argument.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.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.Logger.log(Level,String,Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void log(Level level, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.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.Logger.log(Level,String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void log(Level level, 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)
T1
- The type of the first message argument.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.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.Logger.log(Level,String,Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void log(Level level, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.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.Logger.log(Level,String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void log(Level level, 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)
T1
- The type of the first message argument.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.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.Logger.log(Level,String,Throwable)
public void log(Level level, LocalizableMessageDescriptor.ArgN d, Object... args)
level
- The log level.d
- The message descriptor.args
- The message arguments.Logger.log(Level,String)
public void log(Level level, LocalizableMessageDescriptor.ArgN d, Throwable thrown, Object... args)
level
- The log level.d
- The message descriptor.thrown
- The Throwable associated with log message.args
- The message arguments.Logger.log(Level,String,Throwable)
public void log(Level level, LocalizableMessage m)
level
- The log level.m
- The pre-formatted message.Logger.log(Level,String)
public void log(Level level, LocalizableMessage m, Throwable thrown)
level
- The log level.m
- The pre-formatted message.thrown
- The Throwable associated with log message.Logger.log(Level,String,Throwable)
public void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg0 d)
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.Logger.logp(Level,String,String,String)
public void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg0 d, Throwable thrown)
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.Logger.logp(Level,String,String,String,Throwable)
public <T1> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.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.Logger.logp(Level,String,String,String)
public <T1> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg1<T1> d, T1 a1, Throwable thrown)
T1
- The type of the first message argument.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2, Throwable thrown)
T1
- The type of the first message argument.T2
- The type of the second message argument.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2,T3> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2,T3> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3, Throwable thrown)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2,T3,T4> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2,T3,T4> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4, Throwable thrown)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2,T3,T4,T5> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2,T3,T4,T5> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, Throwable thrown)
T1
- The type of the first message argument.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.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2,T3,T4,T5,T6> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2,T3,T4,T5,T6> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, Throwable thrown)
T1
- The type of the first message argument.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.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2,T3,T4,T5,T6,T7> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2,T3,T4,T5,T6,T7> void logp(Level level, String sourceClass, String sourceMethod, 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)
T1
- The type of the first message argument.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.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void logp(Level level, String sourceClass, String sourceMethod, 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)
T1
- The type of the first message argument.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.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.Logger.logp(Level,String,String,String,Throwable)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.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.Logger.logp(Level,String,String,String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void logp(Level level, String sourceClass, String sourceMethod, 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)
T1
- The type of the first message argument.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.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.Logger.logp(Level,String,String,String,Throwable)
public void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.ArgN d, Object... args)
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.Logger.logp(Level,String,String,String)
public void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessageDescriptor.ArgN d, Throwable thrown, Object... args)
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.Logger.logp(Level,String,String,String,Throwable)
public void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessage m)
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.Logger.logp(Level,String,String,String)
public void logp(Level level, String sourceClass, String sourceMethod, LocalizableMessage m, Throwable thrown)
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.Logger.logp(Level,String,String,String,Throwable)
public void severe(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.severe(String)
public <T1> void severe(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.severe(String)
public <T1,T2> void severe(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.severe(String)
public <T1,T2,T3> void severe(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.severe(String)
public <T1,T2,T3,T4> void severe(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.severe(String)
public <T1,T2,T3,T4,T5> void severe(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.severe(String)
public <T1,T2,T3,T4,T5,T6> void severe(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.severe(String)
public <T1,T2,T3,T4,T5,T6,T7> void severe(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.severe(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void severe(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.severe(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void severe(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.severe(String)
public void severe(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.severe(String)
public void severe(LocalizableMessage m)
m
- The pre-formatted message.Logger.severe(String)
public void warning(LocalizableMessageDescriptor.Arg0 d)
d
- The message descriptor.Logger.warning(String)
public <T1> void warning(LocalizableMessageDescriptor.Arg1<T1> d, T1 a1)
T1
- The type of the first message argument.d
- The message descriptor.a1
- The first message argument.Logger.warning(String)
public <T1,T2> void warning(LocalizableMessageDescriptor.Arg2<T1,T2> d, T1 a1, T2 a2)
T1
- The type of the first message argument.T2
- The type of the second message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.Logger.warning(String)
public <T1,T2,T3> void warning(LocalizableMessageDescriptor.Arg3<T1,T2,T3> d, T1 a1, T2 a2, T3 a3)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.Logger.warning(String)
public <T1,T2,T3,T4> void warning(LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> d, T1 a1, T2 a2, T3 a3, T4 a4)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.Logger.warning(String)
public <T1,T2,T3,T4,T5> void warning(LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.Logger.warning(String)
public <T1,T2,T3,T4,T5,T6> void warning(LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.Logger.warning(String)
public <T1,T2,T3,T4,T5,T6,T7> void warning(LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.Logger.warning(String)
public <T1,T2,T3,T4,T5,T6,T7,T8> void warning(LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.Logger.warning(String)
public <T1,T2,T3,T4,T5,T6,T7,T8,T9> void warning(LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.T9
- The type of the ninth message argument.d
- The message descriptor.a1
- The first message argument.a2
- The second message argument.a3
- The third message argument.a4
- The fourth message argument.a5
- The fifth message argument.a6
- The sixth message argument.a7
- The seventh message argument.a8
- The eighth message argument.a9
- The ninth message argument.Logger.warning(String)
public void warning(LocalizableMessageDescriptor.ArgN d, Object... args)
d
- The message descriptor.args
- The message arguments.Logger.warning(String)
public void warning(LocalizableMessage m)
m
- The pre-formatted message.Logger.warning(String)
Copyright © 2025 Open Identity Platform Community. All rights reserved.