B logger class reference for bea weblogic server, About logger classes, B. logger class reference for bea weblogic server – BEA WebLogic Server User Manual
Page 63: Logger class reference for bea weblogic server
![background image](/manuals/57198/63/background.png)
Internationalization Guide
B-1
A
PPENDIX
B
Logger Class Reference
for BEA WebLogic
Server
The following sections provide reference information for
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.