ILoggerVerbose Method (Exception, String, Object) |
Log to the underlying logger using the verbose level
Namespace:
Crosser.Common.Logging
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax void Verbose(
Exception ex,
string template,
params Object[] parmeters
)
Parameters
- ex
- Type: SystemException
Exception - template
- Type: SystemString
Log template - parmeters
- Type: SystemObject
Parameters to apply to template
See Also