logger_rs

A cpp based logger for the EDA tools

Build Example

Requirement

  • cmake version > 3.16
  • GCC,G++ version > 11

Steps

  • create build folder
    mkdir build
    
  • change directory to build and run cmake configuration
    cd build && cmake ..
    
  • now do make
    make
    

Once make is done, then you have executable name as example, running it like:

./example