> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/consts/log-level.md).

# XDM\_CONST.LOG\_LEVEL

The event's level of importance.

| Original | Mapped                               | Description                                                                                                                                                                                            |
| -------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 8000     | XDM\_CONST.LOG\_LEVEL\_EMERGENCY     | Indicates a catastrophic failure or system-wide issue or security incident requires immediate attention.                                                                                               |
| 7000     | XDM\_CONST.LOG\_LEVEL\_ALERT         | Indicates a severe issue or security event that requires immediate attention but does not necessarily mean that the application or system has completely failed or has been compromised.               |
| 6000     | XDM\_CONST.LOG\_LEVEL\_CRITICAL      | Indicates a critical error or problem which prevents the application from continuing to run.                                                                                                           |
| 5000     | XDM\_CONST.LOG\_LEVEL\_ERROR         | Indicates an error or problem that has occurred, but the application can still continue running.                                                                                                       |
| 4000     | XDM\_CONST.LOG\_LEVEL\_WARNING       | Indicates a potential problem or a potential security issue that should be addressed.                                                                                                                  |
| 3000     | XDM\_CONST.LOG\_LEVEL\_NOTICE        | Provides non-critical information that may be helpful for troubleshooting or debugging purposes. This level is typically used for messages that are more informational than warning or error messages. |
| 2000     | XDM\_CONST.LOG\_LEVEL\_INFORMATIONAL | Provides general information, such as startup messages or progress updates.                                                                                                                            |
| 1000     | XDM\_CONST.LOG\_LEVEL\_DEBUG         | Provides fine-grained informational messages that are typically only relevant during debugging or investigation.                                                                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/consts/log-level.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
