|
| WebLogic Server 6.0 Code Examples, BEA Systems, Inc. |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.i18n.logging
Class I18nLog
java.lang.Object
|
+--examples.i18n.logging.I18nLog
- public class I18nLog
- extends java.lang.Object
This example shows how to use the internationalized (I18n) logging interfaces.
usage: java examples.i18n.logging.I18nLog
Build procedure: run build.sh (UNIX) or build.cmd (NT). These scripts
process the I18nLog.xml catalog, producing the logging class,
examples.i18n.logging.I18nLogLogger. This class contains static methods
for logging messages to the WLS error log. The methods and arguments are
defined in the I18nLog.xml catalog. This example also uses a simple
message catalog, I18nSimple.xml.
Method Summary |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
I18nLog
public I18nLog()
main
public static void main(java.lang.String[] argv)
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.