Click or drag to resize
EventManagerLogBehaviourWithTimestamp Method
Adds a timestamp to the specified string.

Namespace: Slash.Unity.Common.Logging
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
protected string WithTimestamp(
	string message
)

Parameters

message
Type: SystemString
String to add a timestamp to.

Return Value

Type: String
Timestamped message.
See Also