telemetry: Log a few simple data fields throughout core.
This commit is contained in:
parent
f3e14cae1e
commit
120b00fb1a
3 changed files with 22 additions and 1 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
Telemetry::FieldCollection field_collection; ///< Field collection, tracks all added fields
|
||||
Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session
|
||||
std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue