Class DBC.LogDebugFields
Fields for LogDebug, A log used for debugging, especially useful for bLogic/ejscript
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class LogDebugFields : Object
Fields
Info
LogDebug.Info: Debug info
Declaration
public const string Info = "info"
Field Value
Type | Description |
---|---|
String |
LogDebugId
LogDebug.LogDebugId: Primary key
Declaration
public const string LogDebugId = "id"
Field Value
Type | Description |
---|---|
String |
TimeOfEntry
LogDebug.TimeOfEntry: When the event happened
Declaration
public const string TimeOfEntry = "time_of_entry"
Field Value
Type | Description |
---|---|
String |