Structs§
- Attached
LogStream - Combined recent replay plus live log receiver for diagnostics consumers.
- Collected
LogArchive - Compressed in-memory log archive payload.
- Collected
LogArchive Info - Metadata returned after a collected log archive has been uploaded.
- LogBuffer
- Reusable in-memory log pipeline shared by SDK runtimes and diagnostics tooling.
- LogBuffer
Config - LogBuilder
- Log builder that automatically emits on drop.
- LogManager
- Global structured log manager.
- LogMessage
- Structured log message forwarded to system loggers and network sinks.
- LogTracing
Layer
Enums§
- LogLevel
- Log levels that match Android/iOS common levels.
- LogStream
Error - LogTag
Constants§
- DEFAULT_
LOG_ HISTORY_ CAPACITY - Default recent history capacity retained in memory.
- DEFAULT_
LOG_ LIVE_ CAPACITY - Default live subscriber capacity for the in-memory log pipeline.
- DEFAULT_
LOG_ STREAM_ RECENT_ LIMIT - Default recent replay window used by SDK/devtool consumers.
Traits§
- LogProvider
- Realtime plus diagnostic log upload contract.
Functions§
- attach_
log_ stream - Attach a log stream with a recent replay window.
- attach_
log_ stream_ default - Attach a log stream using the SDK’s default replay window.
- log
- Global logging function for scenarios without appid/path context.
- normalize_
optional_ string - now_
timestamp_ ms - register_
log_ provider - Register an optional log provider. Must be called at app startup before SDK initialization.
- tracing_
layer - upload_
collected_ logs - Upload a recent compressed log archive through the registered provider.