00001 /******************************************************************************* 00002 00003 Copyright (C) 2007 by Brendon Costa 00004 00005 This library is free software; you can redistribute it and/or modify 00006 it under the terms of the "LGPL Like" License defined in the file COPYING 00007 that should have been distributed along with this source. 00008 00009 This library is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00012 00013 You should have received a copy of the "LGPL Like" License 00014 along with this library; see the file COPYING. if not, it can be 00015 obtained from the EDoc++ website: 00016 http://edoc.sourceforge.net/license.html 00017 00018 *******************************************************************************/ 00019 #ifndef EDOC_LOGLEVELS_H 00020 #define EDOC_LOGLEVELS_H 00021 00022 #define EDOC_LOG_LEVEL_FATAL 8 00023 #define EDOC_LOG_LEVEL_ERROR 7 00024 #define EDOC_LOG_LEVEL_WARNING 6 00025 #define EDOC_LOG_LEVEL_INFO 5 00026 #define EDOC_LOG_LEVEL_DEBUG 4 00027 #define EDOC_LOG_LEVEL_FINE 3 00028 #define EDOC_LOG_LEVEL_FINER 2 00029 #define EDOC_LOG_LEVEL_FINEST 1 00030 00031 #endif // EDOC_LOGLEVELS_H