Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 605 Bytes

Logalizer-UI

User interface for Logalizer.

Logalizer helps to visualize logs. You could generate sequence diagram with Logalizer and PlantUML.

Usage

Place logalizer binary in the same path as logalizer-ui.

Place all your configurations under config directory in the same path as logalizer-ui.

Build

  1. Install vcpkg

  2. Build

cmake --preset ninja-multi-vcpkg
cmake --build --preset ninja-multi-vcpkg-release
  1. Run Tests
ctest --preset ninja-multi-vcpkg-release --verbose