Members
-
<static> DEBUG
-
<static> ERROR
-
<static> INFO
-
<static> logLevel
-
<static> TRACE
-
<static> WARN
Methods
-
<static> log(levelInt, message, includeStackTrace)
-
function will log the passed in message to the console based on the PFT.logger.logLevel where higher criticality of levels will be output
Parameters:
Name Type Argument Default Description levelInt
Integer a value of PFT.logger.TRACE, PFT.logger.DEBUG, PFT.logger.INFO, PFT.logger.WARN, or PFT.logger.ERROR to specify the criticality of the message message
string the message to be output if the level is equal to or higher than PFT.logger.logLevel includeStackTrace
boolean <optional>
false if set to true the output message will be appended with the current execution stack