TChristophe

Results 4 comments of TChristophe

Hi, I have the same behavior on both Windows with Visual Studio 2015 and on Linux with GCC. I don't do anything special. I initialize the Log system in the...

Here is what I do in the main file: plog::init(i_max_severity, i_file_name, i_max_file_size, i_max_files); I just want to use the default log instance. Thanks for your help. On Mon, Nov 27,...

Thanks I will try that. On Wed, Nov 29, 2017 at 2:46 PM, Anton Filimonov wrote: > Hi, > In our project we made a special static function in shared...

Yes it is the same file. On Thu, Nov 30, 2017 at 3:28 PM, Sergey Podobry wrote: > @TChristophe Are you using the same log > file name for the...