network_debugger
Launcher for network-debugger binary with automatic download and caching.
Classes
| Class | Description |
|---|---|
| BinaryCache | Manages cached binary files. |
| DebuggerInstance | Instance of a running debugger. |
| Logger | A simple logger with multiple log levels and optional color support. |
| NetworkDebugger | Main entry point for launching the network debugger. |
| PlatformDetector | Detects the current platform and returns the identifier used in binary names. |
Exceptions
| Exception | Description |
|---|---|
| CacheException | Exception thrown when cache operations fail. |
| ProcessException | Exception thrown when process operations fail. |
Enums
| Enum | Description |
|---|---|
| LogLevel | Log levels in order of severity. |
Typedefs
| Typedef | Description |
|---|---|
| ChecksumCallback | Callback for checksum validation. |
| ProgressCallback | Callback for download progress updates. |
| RetryCallback | Callback for retry attempts. |