log4c  1.2.1
layout_type_basic.h
Go to the documentation of this file.
00001 /* $Id$
00002  *
00003  * layout_type_basic.h
00004  * 
00005  * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved.
00006  *
00007  * See the COPYING file for the terms of usage and distribution.
00008  */
00009 
00010 #ifndef log4c_layout_type_basic_h
00011 #define log4c_layout_type_basic_h
00012 
00029 #include <log4c/defs.h>
00030 #include <log4c/layout.h>
00031 
00032 __LOG4C_BEGIN_DECLS
00033 
00034 extern const log4c_layout_type_t log4c_layout_type_basic;
00035 
00036 __LOG4C_END_DECLS
00037 
00038 #endif