log4c.h 521 B

123456789101112131415161718192021222324252627
  1. /* $Id$
  2. *
  3. * log4c.h
  4. *
  5. * Copyright 2001-2002, Meiosys (www.meiosys.com). All rights reserved.
  6. *
  7. * See the COPYING file for the terms of usage and distribution.
  8. */
  9. #ifndef log4c_log4c_h
  10. #define log4c_log4c_h
  11. #define IMPLEMENT_LOG4C
  12. #include <log4c/version.h>
  13. #include <log4c/init.h>
  14. #include <log4c/rc.h>
  15. #include <log4c/appender.h>
  16. #include <log4c/rollingpolicy.h>
  17. #include <log4c/category.h>
  18. #include <log4c/layout.h>
  19. #include <log4c/logging_event.h>
  20. #include <log4c/priority.h>
  21. #include <log4c/log.h>
  22. #endif