MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / logger

Function logger

tools/filelock.py:83–87  ·  view source on GitHub ↗

Returns the logger instance used in this module.

()

Source from the content-addressed store, hash-verified

81
82_logger = None
83def logger():
84 """Returns the logger instance used in this module."""
85 global _logger
86 _logger = _logger or logging.getLogger(__name__)
87 return _logger
88
89
90# Exceptions

Callers 4

acquireMethod · 0.85
releaseMethod · 0.85
UniquePtrLifetimeMockMethod · 0.85

Calls

no outgoing calls

Tested by 2

UniquePtrLifetimeMockMethod · 0.68