 | EventManagerLogBehaviourWithTimestamp Method |
Adds a timestamp to the specified string.
Namespace: Slash.Unity.Common.LoggingAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxprotected string WithTimestamp(
string message
)
Protected Function WithTimestamp (
message As String
) As String
protected:
String^ WithTimestamp(
String^ message
)
member WithTimestamp :
message : string -> string
Parameters
- message
- Type: SystemString
String to add a timestamp to.
Return Value
Type:
StringTimestamped message.
See Also