[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
The LogTools type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Format(Assembly) |
Formatiert die Ausgabe eines Assembly als:
Assembly: <assembly.FullName> |
![]() ![]() | Format(IGraph) |
Formatiert die Ausgabe eines Graphen als:
Graph: <graph.ToString()> |
![]() ![]() | Format(IExtension<(Of <<'(IGraph>)>>)) |
Formatiert die Ausgabe einer Grapherweiterung als:
Grapherweiterung: <ext.ToString()> |
![]() ![]() | Format(INode) |
Formatiert die Ausgabe eines Knotens als:
Knoten: <node.ToString()> |
![]() ![]() | Format(IExtension<(Of <<'(INode>)>>)) |
Formatiert die Ausgabe einer Knotenerweiterung als:
Knotenerweiterung: <ext.ToString()> |
![]() ![]() | Location |
Erzeugt eine Positionsbeschreibung der aufrufenden
Methode im Quelltext.
|