MCPcopy
hub / github.com/serengil/deepface / dump_log

Method dump_log

deepface/commons/logger.py:83–89  ·  view source on GitHub ↗

Dumps the log message to the console. Args: message: The message to log.

(self, message: Any)

Source from the content-addressed store, hash-verified

81 self.dump_log(f"💥 {message}")
82
83 def dump_log(self, message: Any) -> None:
84 """
85 Dumps the log message to the console.
86 Args:
87 message: The message to log.
88 """
89 print(f"{str(datetime.now())[2:-7]} - {message}")

Callers 6

__init__Method · 0.95
infoMethod · 0.95
debugMethod · 0.95
warnMethod · 0.95
errorMethod · 0.95
criticalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected