Logs an informational entry into the event log
Namespace:
Scanjour.Workflow4.Base
Assembly:
Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
public static void LogInfoAndWriteOut(
string messageFormat,
params Object[] args
)
Public Shared Sub LogInfoAndWriteOut (
messageFormat As String,
ParamArray args As Object()
)
public:
static void LogInfoAndWriteOut(
String^ messageFormat,
... array<Object^>^ args
)
static member LogInfoAndWriteOut :
messageFormat : string *
args : Object[] -> unit
Parameters
- messageFormat
- Type: SystemString
Info message format - args
- Type: SystemObject
Formatting arguments
Reference