MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / Logger

Class Logger

Cat_command/cat.py:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 pass
10
11class Logger:
12 def __init__(self, verbosity=False):
13 self.verbose = verbosity
14
15 def error(self, message):
16 print(f'ERROR: {message}')
17
18logger = Logger()
19

Callers 1

cat.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected