Click or drag to resize

IDataBindSettingsLogWarning Method

Logs a warning.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
void LogWarning(
	string log
)

Parameters

log
Type: SystemString
Text to log.
See Also