# ncs.service\_log Module

This module provides service logging

## Classes

### *class* **ServiceLog**

This class contains methods to write service log entries.

```python
ServiceLog(node_or_maapi)
```

Initialize a service log object.

Members:

<details>

<summary>debug(...)</summary>

Method:

```python
debug(self, path, msg, type)
```

Log a debug message.

</details>

<details>

<summary>error(...)</summary>

Method:

```python
error(self, path, msg, type)
```

Log an error message.

</details>

<details>

<summary>info(...)</summary>

Method:

```python
info(self, path, msg, type)
```

Log an information message.

</details>

<details>

<summary>trace(...)</summary>

Method:

```python
trace(self, path, msg, type)
```

Log a trace message.

</details>

<details>

<summary>warn(...)</summary>

Method:

```python
warn(self, path, msg, type)
```

Log an warning message.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nso-docs.cisco.com/guides/nso-6.6/developer-reference/pyapi/ncs.service_log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
