[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
The CoreTrace type exposes the following members.
Methods
Name | Description | |
---|---|---|
Error(Int32, String) |
Sendet einen Fehler an das Ablaufverfolgungssystem.
| |
Error(Int32, String, Exception) |
Sendet einen Fehler an das Ablaufverfolgungssystem.
| |
Error(Int32, String, array<Object>[]()[][]) |
Sendet einen Fehler an das Ablaufverfolgungssystem.
| |
ErrorF |
Sendet einen formatierten Fehler an das Ablaufverfolgungssystem.
| |
Info(Int32, String) |
Sendet eine informative Meldung an das Ablaufverfolgungssystem.
| |
Info(Int32, String, array<Object>[]()[][]) |
Sendet eine informative Meldung an das Ablaufverfolgungssystem.
| |
InfoF |
Sendet eine formatierte, informative Meldung an das Ablaufverfolgungssystem.
| |
Verbose(String) |
Sendet eine Detailmeldung an das Ablaufverfolgungssystem.
| |
Verbose(Int32, String) |
Sendet eine Detailmeldung an das Ablaufverfolgungssystem.
| |
Verbose(String, array<Object>[]()[][]) |
Sendet eine Detailmeldung an das Ablaufverfolgungssystem.
| |
Verbose(Int32, String, array<Object>[]()[][]) |
Sendet eine Detailmeldung an das Ablaufverfolgungssystem.
| |
VerboseF(String, array<Object>[]()[][]) |
Sendet eine formatierte Detailmeldung an das Ablaufverfolgungssystem.
| |
VerboseF(Int32, String, array<Object>[]()[][]) |
Sendet eine formatierte Detailmeldung an das Ablaufverfolgungssystem.
| |
Warning(Int32, String) |
Sendet eine Warnung an das Ablaufverfolgungssystem.
| |
Warning(Int32, String, Exception) |
Sendet eine Warnung an das Ablaufverfolgungssystem.
| |
Warning(Int32, String, array<Object>[]()[][]) |
Sendet eine Warnung an das Ablaufverfolgungssystem.
| |
WarningF |
Sendet eine formatierte Warnung an das Ablaufverfolgungssystem.
|