123456789101112131415161718192021222324252627 |
- /* $Id$
- *
- * log4c.h
- *
- * Copyright 2001-2002, Meiosys (www.meiosys.com). All rights reserved.
- *
- * See the COPYING file for the terms of usage and distribution.
- */
- #ifndef log4c_log4c_h
- #define log4c_log4c_h
- #define IMPLEMENT_LOG4C
- #include <log4c/version.h>
- #include <log4c/init.h>
- #include <log4c/rc.h>
- #include <log4c/appender.h>
- #include <log4c/rollingpolicy.h>
- #include <log4c/category.h>
- #include <log4c/layout.h>
- #include <log4c/logging_event.h>
- #include <log4c/priority.h>
- #include <log4c/log.h>
- #endif
|