asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
137 stars 66 forks source link

Consolidate debug & verbosity options #223

Closed asmaloney closed 1 year ago

asmaloney commented 1 year ago

E57_DEBUG ➡️ E57_VALIDATION_LEVEL=1 E57_MAX_DEBUG ➡️ E57_VALIDATION_LEVEL=2 (now implies E57_DEBUG)

E57_MAX_VERBOSE is now just E57_VERBOSE since there was very little difference.