Click or drag to resize

ILoggerInformation Method (Exception, String, Object)

Log to the underlying logger using the information level

Namespace:  Crosser.Common.Logging
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
void Information(
	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