logging.config.listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None) Starts up a socket server on the specified port, and listens
class logging.FileHandler(filename, mode='a', encoding=None, delay=False) Returns a new instance of the FileHandler
class logging.StreamHandler(stream=None) Returns a new instance of the StreamHandler class. If stream
Logger.log(lvl, msg, *args, **kwargs) Logs a message with integer level lvl on this logger. The other arguments are
Page 15 of 15