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 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