This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Logs the warning.

Namespace: Smartsite.Web.Commands
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public static void LogWarning(
	 category,
	string message,
	params [] o
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub LogWarning ( _
	category As , _
	message As , _
	ParamArray o As () _
)

Parameters

category
LogCategory
message
String
o
array<Object>[]()

See Also

Advanced