Example #1
0
 def format(self, record: 'LogRecord const *',
            os: 'io::OutputStream &') -> "void":
     """format(Formatter self, LogRecord const * record, io::OutputStream & os)"""
     return _coda_logging.Formatter_format(self, record, os)
Example #2
0
 def format(self, record, os):
     """format(Formatter self, LogRecord const * record, io::OutputStream & os)"""
     return _coda_logging.Formatter_format(self, record, os)