Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created January 12, 2014 17:14
Show Gist options
  • Select an option

  • Save zedtux/8387569 to your computer and use it in GitHub Desktop.

Select an option

Save zedtux/8387569 to your computer and use it in GitHub Desktop.
C++: Créer des logs - La suite ? - ClassA
#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