Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AutoAgent
/ get_instance
Method
get_instance
autoagent/logger.py:143–146 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
141
142
@classmethod
143
def
get_instance(cls):
144
if
cls._instance is None:
145
cls._instance = LoggerManager()
146
return
cls._instance
147
148
@classmethod
149
def
get_logger(cls):
Callers
2
get_logger
Method · 0.80
set_logger
Method · 0.80
Calls
1
LoggerManager
Class · 0.85
Tested by
no test coverage detected