Table 5505363 M365 General Log Buffer

Table 5505363 M365 General Log Buffer

LanguageCaption
de-DEAllgemeiner Protokollpuffer
es-ESBúfer de registro general
en-USGeneral Log Buffer
it-ITBuffer registro generale

Fields

Entry No. (10)

Integer

LanguageCaption
de-DELfd. Nr.
es-ESNo. de registro
en-USEntry No.
it-ITNr. movimento

Entry Timestamp (100)

DateTime

LanguageCaption
de-DEZeitstempel
es-ESTimestamp
en-USTimestamp
it-ITTimestamp

User Id (110)

Code[50]

LanguageCaption
de-DEBenutzer-ID
es-ESID de usuario
en-USUser ID
it-ITID utente

Message (120)

Text[2048]

LanguageCaption
de-DENachricht
es-ESMensaje
en-USMessage
it-ITMessaggio

Content (130)

Blob

LanguageCaption
de-DEInhalt
es-ESContenido
en-USContent
it-ITContenuto

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.



EOS Labs -