# Table EcLOG

logging / journal

<table data-header-hidden><thead><tr><th width="150"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>field</strong></td><td><strong>data type</strong></td><td><strong>description</strong></td></tr><tr><td><strong>id</strong></td><td>bigint not null PK</td><td>record number</td></tr><tr><td><strong>ent_id</strong></td><td><p>bigint not null</p><p>default = -1</p></td><td>link to EcENTITY.id</td></tr><tr><td><strong>logged</strong></td><td><p>datetime not null</p><p>default = GetDate()</p></td><td>log created time</td></tr><tr><td><strong>level</strong></td><td>smallint not null</td><td><p>log type (System.Diagnostics.TraceLevel (equiv. int value):</p><p>Error = 1, Warning = 2, Info = 3, Verbose = 4,</p></td></tr><tr><td><strong>message</strong></td><td>nvarchar (max) not null</td><td><p>log message – please start always with “your” message prefix:</p><p>example: “sap: import finished”</p></td></tr></tbody></table>

####


---

# 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://help.holixa.com/holixa-erp-connector/data-interface-reference-manual/data-tables-relations/table-eclog.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.
