Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ get_logger
Method
get_logger
tests/ce/server/core/logger.py:86–90 ·
view source on GitHub ↗
Get the logger object
(self)
Source
from the content-addressed store, hash-verified
84
# Adjusting the timezone offset
85
86
def
get_logger(self):
87
""
"
88
Get the logger object
89
""
"
90
return
self.logger
91
92
93
if
__name__ ==
"__main__"
:
Callers
4
__init__.py
File · 0.45
logger.py
File · 0.45
test_get_logger_unified_path
Method · 0.45
test_get_logger_legacy_path
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_get_logger_unified_path
Method · 0.36
test_get_logger_legacy_path
Method · 0.36