Skip to content

Installation

DogLog can be added to projects by installing it as a vendor dependency (vendordep). You can read more about vendordeps on the WPILib docs.

DogLog can be added using the WPILib VS Code extension, or by manually entering the vendordep URL.

  1. Select thet "WPILib Vendor Dependencies" extension from the VS Code sidebar

  2. Find "DogLog" under the "Available Dependencies" section

    Screenshot of DogLog listed in the the "Available Dependencies" section in the WPILib Vendor Dependencies extension

  3. Click "Install"

  4. Once the vendordep has been added, you can run a build to complete the install.