Internationalization Guide B-1
APPENDIX
BLogger Class Reference

for BEA WebLogic

Server

The following sections provide reference information for Logger classes:
About Logger Classes
Example of a Generated Logger Class
Note: This information on Logger classes is provided as reference of methods for
normal usage. Normally, users will not need to use these interfaces directly.

About Logger Classes

The classes generated by i18ngen are known as Loggers. Logger classes provide the
interface to WebLogic Server error logging. For catalog Xyz.xml, a Logger class
XyzLogger is generated.
The Logger class provides methods to log all messages defined in a catalog to the
WebLogic Server log. The methods included are the same as those defined in the
associated catalog. If the catalog specifies the loggables attribute to be true, then
Loggable methods are also generated for each message.