class documentation

Logger that writes into a file

Method __init__ Undocumented
Instance Variable log_file The file where to write the logs
Instance Variable log_level The logging level, eg: pulsar.LoggerLevel.Info
def __init__(self, log_level, log_file): (source)

Undocumented

log_file = (source)

The file where to write the logs

log_level = (source)

The logging level, eg: pulsar.LoggerLevel.Info