I'm trying to use the g2log logging library inside my DLL project using VS2012.
The problem is that looking at the documentation LINK」 it needs to be initialized at the beginning and stay alive for the lifespan of the program. Since I don't have a main, and using DllMain doesn't help, where could I do the initialization? (I started this project recently so I also accept suggestions about other options for a logging library)