Table 5505363 M365 General Log Buffer
Table 5505363 M365 General Log Buffer
| Language | Caption | 
|---|---|
| de-DE | Allgemeiner Protokollpuffer | 
| es-ES | Búfer de registro general | 
| en-US | General Log Buffer | 
| it-IT | Buffer registro generale | 
Fields
Entry No. (10)
Integer
| Language | Caption | 
|---|---|
| de-DE | Lfd. Nr. | 
| es-ES | No. de registro | 
| en-US | Entry No. | 
| it-IT | Nr. movimento | 
Entry Timestamp (100)
DateTime
| Language | Caption | 
|---|---|
| de-DE | Zeitstempel | 
| es-ES | Timestamp | 
| en-US | Timestamp | 
| it-IT | Timestamp | 
User Id (110)
Code[50]
| Language | Caption | 
|---|---|
| de-DE | Benutzer-ID | 
| es-ES | ID de usuario | 
| en-US | User ID | 
| it-IT | ID utente | 
Message (120)
Text[2048]
| Language | Caption | 
|---|---|
| de-DE | Nachricht | 
| es-ES | Mensaje | 
| en-US | Message | 
| it-IT | Messaggio | 
Content (130)
Blob
| Language | Caption | 
|---|---|
| de-DE | Inhalt | 
| es-ES | Contenido | 
| en-US | Content | 
| it-IT | Contenuto | 
Methods
IsLoggingActive
procedure IsLoggingActive(): Boolean
Returns true if logging is set to active.
Parameters / Return Value
- Returns - Boolean- True if logging is active, false otherwise 
SetLogging
procedure SetLogging(newLoggingActive: Boolean)
Turns loggin on or off, depending on the passed boolean value.
Parameters / Return Value
- newLoggingActive - Boolean- Set to true if logging should be turned on, to false it it should be turned off 
Clear
procedure Clear()
Clear the logging buffer.
ExportContent
procedure ExportContent(): Boolean
Export the (binary) contents of the request to a file.
Parameters / Return Value
- Returns - Boolean- Boolean 
Add
procedure Add(newMessage: Text; newUserId: Code[50])
Add a new entry to the logging buffer.
Parameters / Return Value
- newMessage - Text[]- Specifies the message to log 
- newUserId - Code[50]- Specifies the user ID causing the entry 
Add
procedure Add(newMessage: Text)
Add a new entry to the logging buffer.
Parameters / Return Value
- newMessage - Text[]- Specifies the message to log 
Add
procedure Add(command: Text[100]; name: Text; value: Variant; newUserId: Code[50])
Add a new entry to the logging buffer.
Parameters / Return Value
- command - Text[100]- Specifies the command to log 
- name - Text[]- Specifies the name to log. A name can be a parameter name of the command. 
- value - Variant- Specifies the value corresponding to the name 
- newUserId - Code[50]- Specifies the user ID causing the entry 
Add
procedure Add(command: Text[100]; name: Text; value: Codeunit "Temp Blob"; newUserId: Code[50])
Add a new entry to the logging buffer.
Parameters / Return Value
- command - Text[100]- Specifies the command to log 
- name - Text[]- Specifies the name to log. A name can be a parameter name of the command. 
- value - Codeunit "Temp Blob"- Specifies the value corresponding to the name 
- newUserId - Code[50]- Specifies the user ID causing the entry 
Add
procedure Add(command: Text[100]; name: Text; value: Variant)
Add a new entry to the logging buffer.
Parameters / Return Value
- command - Text[100]- Specifies the command to log 
- name - Text[]- Specifies the name to log. A name can be a parameter name of the command. 
- value - Variant- Specifies the value corresponding to the name 
Add
procedure Add(command: Text[100]; name: Text; value: Codeunit "Temp Blob")
Add a new entry to the logging buffer.
Parameters / Return Value
- command - Text[100]- Specifies the command to log 
- name - Text[]- Specifies the name to log. A name can be a parameter name of the command. 
- value - Codeunit "Temp Blob"- Specifies the value corresponding to the name 
Add
procedure Add(command: Text[100]; name: Text; values: array[100] of Text; newUserId: Code[50])
Add a new entry to the logging buffer.
Parameters / Return Value
- command - Text[100]- Specifies the command to log 
- name - Text[]- Specifies the name to log. A name can be a parameter name of the command. 
- values - Text[]- Specifies an aray of values corresponding to the name 
- newUserId - Code[50]- Specifies the user ID causing the entry 
Add
procedure Add(command: Text[100]; name: Text; values: array[100] of Text)
Add a new entry to the logging buffer.
Parameters / Return Value
- command - Text[100]- Specifies the command to log 
- name - Text[]- Specifies the name to log. A name can be a parameter name of the command. 
- values - Text[]- Specifies an aray of values corresponding to the name 
Show
procedure Show()
Shows the log buffer content.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.