mpacklog — Log dictionaries to file using MessagePack  v2.1.0
mpacklog.mpacklog.python.logger.Logger Class Reference

Logger with Asynchronous I/O. More...

Public Member Functions

def __init__ (self, path)
 
def put (self, message)
 
def stop (self)
 
def write (self)
 

Public Attributes

 path
 
 queue
 

Detailed Description

Logger with Asynchronous I/O.

Definition at line 27 of file logger.py.

Constructor & Destructor Documentation

◆ __init__()

def mpacklog.mpacklog.python.logger.Logger.__init__ (   self,
  path 
)

Definition at line 33 of file logger.py.

Member Function Documentation

◆ put()

def mpacklog.mpacklog.python.logger.Logger.put (   self,
  message 
)

Definition at line 38 of file logger.py.

◆ stop()

def mpacklog.mpacklog.python.logger.Logger.stop (   self)

Definition at line 41 of file logger.py.

◆ write()

def mpacklog.mpacklog.python.logger.Logger.write (   self)

Definition at line 44 of file logger.py.

Member Data Documentation

◆ path

mpacklog.mpacklog.python.logger.Logger.path

Definition at line 35 of file logger.py.

◆ queue

mpacklog.mpacklog.python.logger.Logger.queue

Definition at line 36 of file logger.py.


The documentation for this class was generated from the following file: