Re: Abstraction and static
I did the same thing. Here is the interface I made we use. I'll leave the implementation as an exercise for the reader :)-- #pragma once Logging Framework -- Logging - The
Abstraction and static
Hi all, As a newbie to log4cxx please forgive me if I am talking out of my arse and I am having difficulty in formulating my thoughts this morning (need more caffine). For most of my code I like to abstract third party libraries (by wrapping such library functionality) from my code