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:

chevron-rightdebug(...)hashtag

Method:

debug(self, path, msg, type)

Log a debug message.

chevron-righterror(...)hashtag

Method:

error(self, path, msg, type)

Log an error message.

chevron-rightinfo(...)hashtag

Method:

info(self, path, msg, type)

Log an information message.

chevron-righttrace(...)hashtag

Method:

Log a trace message.

chevron-rightwarn(...)hashtag

Method:

Log an warning message.

Last updated

Was this helpful?