Version: 24bd33a
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_opengl3.cpp; imgui_impl_glfw.cpp; GLEW
Compiler: gcc 9.2.1
Operating System: GNU/Linux
My Issue/Question:
I'm having a hard time getting a proper Logging/Console setup and the "Console" Demo kind of leaves puzzled.
Concerning the filter: My understanding was that you could apply multiple filters and separate them by a comma, however, to my surprise x,-1 and -1,x behave differenty. Is this a bug or desired behaviour?
I couldn't really find a specification on how those filters work and the code doesn't make it obvious to me either.
Screenshots/Video



Standalone, minimal, complete and verifiable example:
see imgui_demo.cpp:3802