Click or drag to resize
GameLogBehaviourWarning Method
Logs the passed message as warning.

Namespace: Slash.Unity.Common.Logging
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void Warning(
	string s
)

Parameters

s
Type: SystemString
Warning to log.
See Also