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