BBjspLogger::log (Deprecated)

The BBJSP system is deprecated. For new development, use BBxServlet.

Description

In BBj 17.0 and higher, this method writes to the defined logging output.

Syntax

Return Value

Method

void

log(string message)

Parameters

Variable

Description

message

the message to log

Return Value

None.

Remarks

None.

Example

declare BBjspLogger rootLogger!

rootLogger! = BBjspLogManager.getLogger("root")

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

See Also

BBJSP

Logging

BBjspLogManager