Click or drag to resize

Log.Information Method (String,Object[])

Namespace:  Crosser.Common.Utilities.Logger
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public static void Information(
	string template,
	params Object[] parmeters
)

Parameters

template
Type: System.String
The log template
parmeters
Type:System.Object[]
The parameters used in the template
See Also