ncs.service_log Module

This module provides service logging

Classes

class ServiceLog

This class contains methods to write service log entries.

ServiceLog(node_or_maapi)

Initialize a service log object.

Members:

debug(...)

Method:

debug(self, path, msg, type)

Log a debug message.

error(...)

Method:

error(self, path, msg, type)

Log an error message.

info(...)

Method:

info(self, path, msg, type)

Log an information message.

trace(...)

Method:

trace(self, path, msg, type)

Log a trace message.

warn(...)

Method:

warn(self, path, msg, type)

Log an warning message.

Last updated

Was this helpful?