MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / critical

Method critical

logger.py:116–117  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

114 self.logger.error(message)
115
116 def critical(self, message):
117 self.logger.critical(message)
118
119 def success(self, message):
120 self.logger.success('\n' + message) # Add newline for better readability

Callers 11

is_system_healthyMethod · 0.80
logger.pyFile · 0.80
_failsafe_rebootMethod · 0.80
kill_switchFunction · 0.80
delete_repositoryFunction · 0.80
background_sync_loopFunction · 0.80
background_arp_scan_loopFunction · 0.80
runMethod · 0.80
getmac.pyFile · 0.80
_warn_criticalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected