This module provides service logging
This class contains methods to write service log entries.
ServiceLog(node_or_maapi)
Initialize a service log object.
Members:
Method:
debug(self, path, msg, type)
Log a debug message.
error(self, path, msg, type)
Log an error message.
info(self, path, msg, type)
Log an information message.
Log a trace message.
Log an warning message.
Last updated 3 months ago
Was this helpful?
trace(self, path, msg, type)
warn(self, path, msg, type)