LogError Method (Exception, String, Object) |
Namespace:
Crosser.Common.Utilities.Logger
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public static void Error(
Exception ex,
string template,
params Object[] parmeters
)
Parameters
- ex
- Type: SystemException
The exception to log - template
- Type: SystemString
The log template - parmeters
- Type: SystemObject
The parameters used in the template
See Also