Class DBC.LogDebugFields
Fields for LogDebug, A log used for debugging, especially useful for bLogic/ejscript
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.LogDebugFields
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 |