diff --git a/Makefile b/Makefile index 5d1dd32..cb1d6da 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,3 @@ -# $RCSfile: Makefile,v $ -# $Revision: 1.3 $ -# $Name: $ -# $Date: 2003/07/16 23:32:06 $ -# $Author: agibert $ - #------------------------------------------------------------------------------ # Main Makefile #------------------------------------------------------------------------------ diff --git a/Makefile.rule b/Makefile.rule index 82c29b2..7402c08 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -1,9 +1,3 @@ -# $RCSfile: Makefile.rule,v $ -# $Revision: 1.5 $ -# $Name: $ -# $Date: 2010/06/06 21:28:14 $ -# $Author: agibert $ - #------------------------------------------------------------------------------ # Rule Makefile #------------------------------------------------------------------------------ diff --git a/Makefile.var b/Makefile.var index bfc7271..cb46ede 100644 --- a/Makefile.var +++ b/Makefile.var @@ -1,9 +1,3 @@ -# $RCSfile: Makefile.var,v $ -# $Revision: 1.4 $ -# $Name: $ -# $Date: 2005/01/19 23:30:05 $ -# $Author: agibert $ - #------------------------------------------------------------------------------ # Variable Makefile #------------------------------------------------------------------------------ diff --git a/ToDo.txt b/ToDo.txt index 87f558b..26cd3f6 100644 --- a/ToDo.txt +++ b/ToDo.txt @@ -1,8 +1,3 @@ - - - - - - A lot... :) - Improve English documentation... diff --git a/demo/lgdemo.c b/demo/lgdemo.c index cc805ba..da78cec 100644 --- a/demo/lgdemo.c +++ b/demo/lgdemo.c @@ -16,7 +16,7 @@ /* GNU General Public License for more details. */ /* */ /* You should have received a copy of the GNU General Public License */ -/* along with Drummer. If not, see . */ +/* along with LibLog. If not, see . */ /*----------------------------------------------------------------------------*/ diff --git a/include/log.h b/include/log.h index 5097acd..c825bdf 100644 --- a/include/log.h +++ b/include/log.h @@ -16,7 +16,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ +/* License along with LibLog. If not, see */ /* . */ /*----------------------------------------------------------------------------*/ @@ -101,6 +101,8 @@ typedef short LGT_Log_Level; #define LGD_LOG_LEVEL_UNKNOWN ( LGT_Log_Level) 0 #define LGD_LOG_LEVEL_DEFAULT ( LGT_Log_Level) 1 + + #define LG_LOG_TRACE_0( Level, Fmt) LG_Log( LGD_LOG_TYPE_ID_TRACE, (Level), LGD_MODULE_NAME, __FILE__, __LINE__, __func__, true, (Fmt)) #define LG_LOG_TRACE_1( Level, Fmt, Arg1) LG_Log( LGD_LOG_TYPE_ID_TRACE, (Level), LGD_MODULE_NAME, __FILE__, __LINE__, __func__, true, (Fmt), (Arg1)) #define LG_LOG_TRACE_2( Level, Fmt, Arg1, Arg2) LG_Log( LGD_LOG_TYPE_ID_TRACE, (Level), LGD_MODULE_NAME, __FILE__, __LINE__, __func__, true, (Fmt), (Arg1), (Arg2)) diff --git a/lib/liblog.c b/lib/liblog.c index 31b8b7b..33eec20 100644 --- a/lib/liblog.c +++ b/lib/liblog.c @@ -16,7 +16,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ +/* License along with LibLog. If not, see */ /* . */ /*----------------------------------------------------------------------------*/ diff --git a/lib/liblog.h b/lib/liblog.h index a0df153..d84a017 100644 --- a/lib/liblog.h +++ b/lib/liblog.h @@ -16,7 +16,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ +/* License along with LibLog. If not, see */ /* . */ /*----------------------------------------------------------------------------*/