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

BBjspLogger

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

declare
BBjspLogger rootLogger!

rootLogger! = BBjspLogManager.getLogger("root")

rootLogger!.log("This is a test")

See Also

BBjspLogger

Logging