 | LogicalNodeLogWithDistinctTime method |
Write a message with a short sleeptime before and after to ensure prompt
processes can be visualised later in the log in chronological order.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected static void LogWithDistinctTime(
string message
)
Protected Shared Sub LogWithDistinctTime (
message As String
)
protected:
static void LogWithDistinctTime(
String^ message
)
static member LogWithDistinctTime :
message : string -> unit
Parameters
- message String
- The message to be logged.
See also