WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

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.


Constructor Summary
I18nLog()
           
 
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
 

Constructor Detail

I18nLog

public I18nLog()
Method Detail

main

public static void main(java.lang.String[] argv)

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.