WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::log Namespace Reference

Namespaces

namespace  impl

Classes

struct  StartRecordData
 Data contained in a start control record as created by DataLog::Start() when writing the log. More...
struct  MetadataRecordData
 Data contained in a set metadata control record as created by DataLog::SetMetadata(). More...
class  DataLogRecord
 A record in the data log. More...
class  DataLogIterator
 DataLogReader iterator. More...
class  DataLogReader
 Data log reader (reads logs written by the DataLog class). More...
class  DataLogWriter
 A data log writer that flushes the data log to a file when Flush() is called. More...
class  DataLogBackgroundWriter
 A data log background writer that periodically flushes the data log on a background thread. More...
class  DataLog
 A data log for high-speed writing of data values. More...
class  DataLogEntry
 Log entry base class. More...
class  DataLogValueEntryImpl
class  RawLogEntry
 Log arbitrary byte data. More...
class  BooleanLogEntry
 Log boolean values. More...
class  IntegerLogEntry
 Log integer values. More...
class  FloatLogEntry
 Log float values. More...
class  DoubleLogEntry
 Log double values. More...
class  StringLogEntry
 Log string values. More...
class  BooleanArrayLogEntry
 Log array of boolean values. More...
class  IntegerArrayLogEntry
 Log array of integer values. More...
class  FloatArrayLogEntry
 Log array of float values. More...
class  DoubleArrayLogEntry
 Log array of double values. More...
class  StringArrayLogEntry
 Log array of string values. More...
class  StructLogEntry
 Log raw struct serializable objects. More...
class  StructArrayLogEntry
 Log raw struct serializable array of objects. More...
class  ProtobufLogEntry
 Log protobuf serializable objects. More...
class  FileLogger
 A class version of tail -f, otherwise known as tail -f at home. More...
class  DataLogReaderRange
class  DataLogReaderEntry
class  DataLogReaderThread