SBM ModScript Reference → Programming SBM ModScript → Object Types → Log
(SBM On-Premiseonly)
A class for writing output messages and appending an output log file. Optionally, datestamps can be pre-pended to output messages.
Log(): Creates a log object.
You can use the following functions to return the desired log level or you can use LogLevelConstants.
int NONE(): Returns the constant value 1. Used with SetReportingLevel.
int MINIMAL(): Returns the constant value 2. Used with SetReportingLevel.
int AVERAGE(): Returns the constant value 3. Used with SetReportingLevel.
int VERBOSE(): Returns the constant value 4. Used with SetReportingLevel.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.