CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
1.02k stars 150 forks source link

DebugViewConsole is broken #232

Closed janwilmans closed 7 years ago

janwilmans commented 8 years ago

probably because a guiexecutor is used in class LogSources, we should probably make either a constructor option argument for that, or pass in the executor.

janwilmans commented 7 years ago

Can we create an IExecutor interface ? (doesn't work well with the templated Call<> / CallAsync methods