Click or drag to resize
GameLogBehaviourError Method
Logs the passed message as error.

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

Parameters

s
Type: SystemString
Error to log.
See Also