Kevin Dick

Results 18 comments of Kevin Dick

@aleks-f There are some Preprocessor Checks in the Logger Code. If the `_DEBUG` is set (which is the case on Debug Builds on Windows) then logging to `Debug` is possible....

But from your point of view, notice is sometihng out of ordinary, it makes sense that it is mapped to warning instead of information.

First of all thanks for the feedback. @siebenschlaefer I think most of the points are because i first did my solution in the `isbn_verifier.h/.cpp` files and then copied everything to...

I moved here also the Example Files to the `.meta` Folder

That's what I was unsure. I checked your pull request for the `two-fer` and there it looks like the `example.h/.cpp` are in the top level but of course I can...

I have make the mentioned changes thank you again =)

I think the point with the `enum`/`enum class` is a valid option. Especially if the solution already tend to point to an `enum`/`enum class`. So why not push the users...

I have made the mentioned changes. Many thanks for them =)

@obiltschnig I further investigate on that problem. If i make a visual studio build directly from the provided Visual Studio Solution file inside the Poco Foundation Folder and use that...