Module ncs.service_log
This module provides service logging
Classes
class ServiceLog (node_or_maapi)
-
This class contains methods to write service log entries.
Initialize a service log object.
Methods
def debug(self, path, msg, type)
-
Log a debug message.
def error(self, path, msg, type)
-
Log an error message.
def info(self, path, msg, type)
-
Log an information message.
def trace(self, path, msg, type)
-
Log a trace message.
def warn(self, path, msg, type)
-
Log an warning message.