Click or drag to resize

LoggerLog Method


Namespace: IIB.ICDD.Logging
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public static void Log(
	string inLogMessage,
	LoggerMsgType msgtype,
	string functionCall
)

Parameters

inLogMessage  String
 
msgtype  LoggerMsgType
 
functionCall  String
 
See Also