Created
January 12, 2014 17:14
-
-
Save zedtux/8387569 to your computer and use it in GitHub Desktop.
C++: Créer des logs - La suite ? - ClassA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef CLASS_A_H | |
| #define CLASS_A_H | |
| #include | |
| #include | |
| class ClassA | |
| { | |
| public: | |
| ClassA(); | |
| ~ClassA(); | |
| private: | |
| log4cxx::LoggerPtr logger; | |
| }; | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment