AdapterBaseTLog(LogType, String, String) Method |
Log message
Namespace: ArthaChitra.Model.ConnectionAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxprotected virtual void Log(
LogType logType,
string msg,
string methodName = null
)
Parameters
- logType LogType
- LogType
- msg String
- Message
- methodName String (Optional)
- Calling method name
See Also