logging.TextLogger()
Description
Creates an instance of TextLogger.
Syntax
new logging.TextLogger(name)
Parameters
new logging.TextLogger(name)
name
Name of the logger.
Return Value
A TextLogger object with the specified name.
Creates an instance of TextLogger.
new logging.TextLogger(name)
new logging.TextLogger(name)
Name of the logger.
A TextLogger object with the specified name.