Click or drag to resize

AdapterBaseTLog(LogType, String, String) Method


Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual void Log(
	LogType logType,
	string msg,
	string methodName = null
)

Parameters

logType  LogType
 
msg  String
 
methodName  String  (Optional)
 
See Also