MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / __init__

Method __init__

src/core/log/formatter/console.py:9–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8class ConsoleFormatter(logging.Formatter):
9 def __init__(self) -> None:
10 super().__init__(fmt="%(asctime)s - %(name)s - %(levelname)s - %(message)s", datefmt="%H:%M:%S")
11
12 def format(self, record) -> str:
13 timestamp = (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected