|
- Method resolution order:
- DumperListener
- IasKafkaUtils.IasKafkaConsumer.IasLogListener
- builtins.object
Methods defined here:
- __init__(self, quiet: bool, max_messages: int) -> None
- Constructor
Params:
quiet: True if the logs must not be printed in the stdout
(to be used with -m or -o)
max_messages: the max number of messages to wait
(0 means unlimited)
- get_processed_logs(self)
- Returns: the numberof logs procesed so far
- iasLogReceived(self, log: str) -> None
- Process the log
Data descriptors inherited from IasKafkaUtils.IasKafkaConsumer.IasLogListener:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
|