Click or drag to resize

PrintLogBaseLog Method

Log message. It will be displayed in the Logs tab in Main View

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected void Log(
	string message,
	string methodName = null,
	LogCategory logCategory = LogCategory.User
)

Parameters

message
Type: SystemString
Message
methodName (Optional)
Type: SystemString
Calling method
logCategory (Optional)
Type: LogCategory
See Also