Paketname | libdiagnostics0 |
Beschreibung | Logging, unittesting, and runtime diagnostics for C++ - library |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.3.1-3 |
Sektion | libs |
Priorität | extra |
Installierte Größe | 392 Byte |
Hängt ab von | libace-5.7.7 (>= 5.7.7), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libltdl7 (>= 2.2.6b) |
Empfohlene Pakete | |
Paketbetreuer | Michael Tautschnig |
Quelle | diagnostics |
Paketgröße | 124312 Byte |
Prüfsumme MD5 | 63facde98bb7be38f31d2523147cc4b6 |
Prüfsumme SHA1 | 218ea5c0425c9523e9af5fb0f25948bdd993d1a3 |
Prüfsumme SHA256 | e4f9bb4a8a4c047d0b17182cbfef48c01a9cf7588b530bb57d436f67541f3e36 |
Link zum Herunterladen | libdiagnostics0_0.3.1-3_i386.deb |
Ausführliche Beschreibung | Diagnostics is a unified framework for code annotation, logging,
program monitoring, and unit-testing.
.
The annotations of diagnostics provide simple trace messages, tracing
method entry and exit, checks (which potentially fail), asserts (which
should never fail), invariance checking on method entry and exit, and
a number of annotations for testing.
.
The annotations raise events which are can be observed and monitored.
Using different loggers, the stream of logging events is used for
logging or testing.
.
The package contains the libraries for running software linked against
Diagnostics.
|