[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Sendet eine Detailmeldung an das Ablaufverfolgungssystem.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public static void Verbose(
	string text
)
Visual Basic
Public Shared Sub Verbose ( _
	text As String _
)
F#
static member Verbose : 
        text:string -> unit 

Parameters

text
Type: System..::..String
Die Meldung.

See Also