Click or drag to resize
EventManagerLogBehaviourInfo Method
Logs the passed message.

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

Parameters

s
Type: SystemString
Message to log.
See Also