Abstraction and static

2006-02-22 Thread John Reynolds
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

Re: Abstraction and static

2006-02-22 Thread Josh Clark
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