MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

config.py:282–285  ·  view source on GitHub ↗
(self, level)

Source from the content-addressed store, hash-verified

280
281class LoggerWriter:
282 def __init__(self, level):
283 # self.level is really like using log.debug(message)
284 # at least in my case
285 self.level = level
286
287 def write(self, message):
288 # if statement reduces the amount of newlines that are

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected