sharedLog between dll

Domain via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 1 01:28:59 PDT 2017


I want to redirect the sharedLog to my logger in one dll, and all 
dlls will use the new one. What should I do?

sharedLog = new MyLogger(); // this will not change the logger in 
other dll


More information about the Digitalmars-d-learn mailing list