About loggable objects, Descri, Refer to – BEA WebLogic Server User Manual
Page 73: Loggable object reference for bea, Loggable object reference for bea weblogic server
![background image](/manuals/57198/73/background.png)
Internationalization Guide
C-1
A
PPENDIX
C
Loggable Object
Reference for BEA
WebLogic Server
The following sections provide reference information for
Loggable objects
:
About Loggable Objects
By default, all log message catalogs create
Logger
classes with methods that are used
to log the messages to the WebLogic Server log. The
Logger
classes can optionally
include methods that return a
Loggable object
instead of logging the message.
Loggable objects are useful when you want to generate the log message but actually
log it at a later time. They are also useful if you want to use the message text for other
purposes, such as throwing an exception.