> For the complete documentation index, see [llms.txt](https://help.besmart.software/erpc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/erpc/data-interface-reference-manual/data-interface/data-tables-relations/table-eclog.md).

# 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>

####
