Codeunit 18123055 EOS Inb. EDoc. Log Mgt.
Codeunit 18123055 EOS Inb. EDoc. Log Mgt.
Methods
LogBegin
procedure LogBegin(inAction: Option Import; inID: Guid; isBatch: Boolean)
Start the Log listner
Parameters / Return Value
inAction
Option
Import
(0)Option Import
inID
Guid
Guid that identifies the current instance
isBatch
Boolean
if it called from a batch procedure
LogLine
procedure LogLine(inID: Guid; inFileName: Text[150]; inStatus: Option Imported,Error; inSource: Option File,Folder,"IX-FE"; inMessage: Text[250])
Log a line
Parameters / Return Value
inID
Guid
Current instance Guid
inFileName
Text[150]
For File Name
inStatus
Option
Imported
(0) ,Error
(1)Status Imported,Error
inSource
Option
File
(0) ,Folder
(1) ,"IX-FE"
(2)Source File,Folder,“IX-FE”
inMessage
Text[250]
Message
LogEnd
procedure LogEnd(inID: Guid; inMessage: Text[250])
End the log listner
Parameters / Return Value
inID
Guid
Current instance Guid
inMessage
Text[250]
Message Log End
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.
EOS Labs -