LogVerbose(String) Method
|
Write a log event with the Verbose level.
Namespace: Casewhere.Infrastructure.LoggingAssembly: Casewhere.Infrastructure.Logging (in Casewhere.Infrastructure.Logging.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Verbose(
string message
)
Parameters
- message String
- The log message.
See Also