LogDebug Method (String, Int32, String) | |
Logs on debug level.
Namespace: Lawo.Diagnostics.TracingAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public static void Debug(
string logMessage,
int lineNumber = 0,
string filePath = null
)
Parameters
- logMessage
- Type: SystemString
The log message. - lineNumber (Optional)
- Type: SystemInt32
The line number in the source code at which the method is called. Set by compiler services. - filePath (Optional)
- Type: SystemString
The source file that contains the caller. Set by compiler services.
See Also