Table EcLOG

logging / journal

field

data type

description

id

bigint not null PK

record number

ent_id

bigint not null

default = -1

link to EcENTITY.id

logged

datetime not null

default = GetDate()

log created time

level

smallint not null

log type (System.Diagnostics.TraceLevel (equiv. int value):

Error = 1, Warning = 2, Info = 3, Verbose = 4,

message

nvarchar (max) not null

log message – please start always with “your” message prefix:

example: “sap: import finished”