BooleanLogEntry

class wpiutil.log.BooleanLogEntry(*args, **kwargs)

Bases: DataLogEntry

Log boolean values.

Overloaded function.

  1. __init__(self: wpiutil._wpiutil.log.BooleanLogEntry, log: wpiutil._wpiutil.log.DataLog, name: str, timestamp: int = 0) -> None

  2. __init__(self: wpiutil._wpiutil.log.BooleanLogEntry, log: wpiutil._wpiutil.log.DataLog, name: str, metadata: str, timestamp: int = 0) -> None

append(value: bool, timestamp: int = 0) None

Appends a record to the log.

Parameters:
  • value – Value to record

  • timestamp – Time stamp (may be 0 to indicate now)

kDataType = 'boolean'