For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Log a trace message.

warn(...)

Method:

Log an warning message.

Last updated

Was this helpful?