Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SegmentationBLWX/cssegmentation
/ error
Method
error
csseg/modules/utils/logger.py:33–34 ·
view source on GitHub ↗
(self, message, endwithnewline=True)
Source
from the content-addressed store, hash-verified
31
self.log(message,
'WARNING'
, endwithnewline)
32
''
'error'
''
33
def
error(self, message, endwithnewline=True):
34
self.log(message,
'ERROR'
, endwithnewline)
35
36
37
''
'LoggerHandleBuilder'
''
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected