twisted.logger.Logger.info(self, format=None, **kwargs) method documentationtwisted.logger.__init__.Logger
          View Source
          
        
      Emit a log event at log level LogLevel.info.
| Parameters | format | a message format using new-style (PEP 3101) formatting. The logging event 
(which is a dict)
is used to render this format string. | 
| kwargs | additional key/value pairs to include in the event. Note that values which are later mutated may result in non-deterministic behavior from observers that schedule work for later execution. |