|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
CommonsLogMsg
utility class, this provides the ability to log messages
that are retrieved from a resource bundle with the additional capability of being able to set the base bundle
name and locale that this logger will use to log the message.message
object and automatically looks up the given resource bundle message.
message
object and automatically looks up the given resource bundle message.
message
object and automatically looks up the given resource bundle message.
message
object and automatically looks up the given resource bundle message.
CommonsLogMsg.debug(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
CommonsLogMsg.debug(Log, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
JDKLogMsg.debug(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
JDKLogMsg.debug(Logger, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.debug(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.debug(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[])
to log
the message.
CommonsLogMsg.error(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
CommonsLogMsg.error(Log, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
JDKLogMsg.error(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
JDKLogMsg.error(Logger, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.error(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.error(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[])
to log
the message.
CommonsLogMsg.fatal(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
CommonsLogMsg.fatal(Log, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
JDKLogMsg.fatal(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
JDKLogMsg.fatal(Logger, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.fatal(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.fatal(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[])
to log
the message.
true
, the help documentation will be appended to the help document files located in the
output directory.
Throwables
are provided to the log methods.
true
, only those I18N Messages that have help descriptions associated with them will have
their help doc items output; others will be ignored.
LocalizedException.getMessage()
.
LocalizedRuntimeException.getMessage()
.
Logger
object.
Logger
object.
Logger
object using the JVM's default locale.
Logger
object using the JVM's default locale.
Logger
object using a default resource bundle.
Logger
object using a default resource bundle.
Logger
object using a default resource bundle and the JVM's default locale.
Logger
object using a default resource bundle and the JVM's default locale.
LoggerLocale.LOG_LOCALE_SYSTEM_PROPERTY
and LoggerLocale.LOG_LOCALE_IS_DEFAULT_SYSTEM_PROPERTY
to determine what the
log locale should be.
Msg
object whose message is found in this logger's
resource bundle
in the logger's locale
.
resource bundle
in the logger's locale
.
the base name
and the locale
.
I18NAntTask
ant task that defines how to generate the help documentation for all
the I18N messages.Helpdoc
required by the ANT framework.
I18NMessage
annotations to be defined.CommonsLogMsg.info(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
CommonsLogMsg.info(Log, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
JDKLogMsg.info(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
JDKLogMsg.info(Logger, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.info(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to
log the message.
Log4jLogMsg.info(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[])
to log
the message.
true
if the debug log level is enabled
true
if the error log level is enabled
true
if the fatal log level is enabled
true
if the info log level is enabled
true
if the trace log level is enabled
true
if the warn log level is enabled
JDKLogMsg
utility class, this provides the ability to log messages that
are retrieved from a resource bundle with the additional capability of being able to set the base bundle name
and locale that this logger will use to log the message.LocalizedException
.
LocalizedException
.
LocalizedException
.
LocalizedException
.
LocalizedException
.
LocalizedException
.
LocalizedException
that explicitly takes the localized message.
LocalizedException
.
LocalizedException
.
LocalizedException
.
LocalizedException
.
LocalizedException
that explicitly takes the localized message.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
that explicitly takes the localized message.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
.
LocalizedRuntimeException
that explicitly takes the localized message.
Log4jLogMsg
utility class, this provides the ability to log messages
that are retrieved from a resource bundle with the additional capability of being able to set the base bundle
name and locale that this logger will use to log the message.true
, the log locale will be set to the same as the default
JVM locale.
Logger
object.
Logger
object.
Logger
object using the default log locale as determined by LoggerLocale
.
Logger
object using the default log locale as determined by LoggerLocale
.
Logger
object using a default resource bundle.
Logger
object using a default resource bundle.
Logger
object using a default resource bundle and the default log locale as determined
by LoggerLocale
.
Logger
object using a default resource bundle and the default log locale as determined
by LoggerLocale
.
Logger
objects.ResourceBundle
and formats them as appropriate using
MessageFormat
.Msg.BundleBaseName
object.
true
, the help documentation will be appended to the help document files located in the
output directory.
true
, this task will append the messages it generates to resource bundle files that already
exist.
Throwable
s
are provided to the log methods.
true
, only those I18N Messages that have help descriptions associated with them will have
their help doc items output; others will be ignored.
true
, will allow this task to emit debug messages.
true
, will force this task to ensure the correctness of the
bundles and messages being generated (such as checking to make sure duplicate resource keys do not exist in a
bundle).
Msg.getLastMessage()
.
CommonsLogMsg.trace(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
CommonsLogMsg.trace(Log, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
JDKLogMsg.trace(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
JDKLogMsg.trace(Logger, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.trace(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.trace(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[])
to log
the message.
CommonsLogMsg.warn(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
CommonsLogMsg.warn(Log, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
JDKLogMsg.warn(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to log the
message.
JDKLogMsg.warn(Logger, Msg.BundleBaseName, Locale, String, Object[])
to log the message.
Log4jLogMsg.warn(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[])
to
log the message.
Log4jLogMsg.warn(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[])
to log
the message.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |