Log levels

Hi.

Working with Juce makes me feel less like a programmer and more like playing Lego:
Almost everything you need is already there, you just need attach it together, and that’s great.

One of the things I find missing is the log levels, which can be very helpful.

Thanks.

Thanks, but I’m not exactly sure I understand what you mean by “log levels”… Are we talking audio levels and logarithms, or debug message logging?

I’d guess OP is talking levels like TRACE/DEBUG/INFO/WARN/ERROR as in log4… type of logging packages.

Yeah, the logging classes have been on my “things that need improving” list for a while.

1 Like

Yes, I meant Debug/Info/Warn/Error/Fatal.

But I can macro it for the time being.

Thanks.