Click or drag to resize

LogWarning Method (String, Object)

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

Parameters

template
Type: SystemString
The log template
parmeters
Type: SystemObject
The parameters used in the template
See Also