00001 /************************************************************************ 00002 * Copyright (C) 2007-2008 Philipp Marek. 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License version 3 as 00006 * published by the Free Software Foundation. 00007 ************************************************************************/ 00008 00009 #ifndef __LOG_H__ 00010 #define __LOG_H__ 00011 00012 #include "actions.h" 00013 00018 work_t log__work; 00019 00020 00024 #define LOG__OPT_COLOR (1) 00025 #define LOG__OPT_INDENT (2) 00026 00028 #define LOG__OPT_DEFAULT (LOG__OPT_COLOR | LOG__OPT_INDENT) 00029 00030 00031 #endif