LogWarning(Exception, String, Object) Method
|
Write a log event with the Warning level and associated exception.
Namespace: Casewhere.Infrastructure.LoggingAssembly: Casewhere.Infrastructure.Logging (in Casewhere.Infrastructure.Logging.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Warning(
Exception exception,
string message,
params Object[] propertyValues
)
Parameters
- exception Exception
- The associated exception.
- message String
- The log message.
- propertyValues Object
- Objects positionally formatted into the message.
See Also