BBjspLogManager (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBJ 17.0 and higher, provides utility methods for accessing the BBjspLogger instances.
Methods of BBjspLogManager
|
Return Value |
Method |
|---|---|
|
getLogger(string contextName) |
Remarks
BBjspLogger instances are available
within each BBjJettyContext
via the BBjJettyContext::getLogger()
method or by the factory method BBjspLogManager::getLogger(String).
Loggers are configurable with XML configuration files.
Example
|