SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

Provide a logging environment #43

Closed simatic closed 2 months ago

simatic commented 6 months ago

FBAE provides a -v (for "verbose) runtime argument which uses cout to display debugging information. This solution is quite limited as:

So FBAE must provide a true logging environment like Apache Log4cxx.

simatic commented 2 months ago

Use of Apache Log4cxx must follow the following guidelines: