The correlation ID allows the tracing of an operation from beginning to end. It can be linked to other IDs to form a full chain when it branches out or moves to other domains. If not supplied explicitly while logging, it will be inherited from the thread storage or a new one will be generated if none exist.
Member Functions
void Verbose
( string message,
params object [] parameters )
Logs a verbose message.
Parameters
message
The message as a format string (e.g "My value is: {0}).</param>
<param name="parameters">The parameters.
Correlates two correlation IDs. This is used to indicate nesting, branching, or exchanges. The purpose is to allow a complete trail up to the source when needed.