- Fix file headers.
This commit is contained in:
parent
76d259a617
commit
c72706df34
6
Makefile
6
Makefile
@ -1,9 +1,3 @@
|
|||||||
# $RCSfile: Makefile,v $
|
|
||||||
# $Revision: 1.3 $
|
|
||||||
# $Name: $
|
|
||||||
# $Date: 2003/07/16 23:32:06 $
|
|
||||||
# $Author: agibert $
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Main Makefile
|
# Main Makefile
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
# $RCSfile: Makefile.rule,v $
|
|
||||||
# $Revision: 1.5 $
|
|
||||||
# $Name: $
|
|
||||||
# $Date: 2010/06/06 21:28:14 $
|
|
||||||
# $Author: agibert $
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Rule Makefile
|
# Rule Makefile
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
# $RCSfile: Makefile.var,v $
|
|
||||||
# $Revision: 1.4 $
|
|
||||||
# $Name: $
|
|
||||||
# $Date: 2005/01/19 23:30:05 $
|
|
||||||
# $Author: agibert $
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Variable Makefile
|
# Variable Makefile
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
5
ToDo.txt
5
ToDo.txt
@ -1,8 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- A lot... :)
|
- A lot... :)
|
||||||
- Improve English documentation...
|
- Improve English documentation...
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
/* GNU General Public License for more details. */
|
/* GNU General Public License for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* You should have received a copy of the GNU General Public License */
|
/* You should have received a copy of the GNU General Public License */
|
||||||
/* along with Drummer. If not, see <https://www.gnu.org/licenses/>. */
|
/* along with LibLog. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
/* GNU Lesser General Public License for more details. */
|
/* GNU Lesser General Public License for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* You should have received a copy of the GNU Lesser General Public */
|
/* 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 */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
/* <https://www.gnu.org/licenses/>. */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
@ -101,6 +101,8 @@ typedef short LGT_Log_Level;
|
|||||||
#define LGD_LOG_LEVEL_UNKNOWN ( LGT_Log_Level) 0
|
#define LGD_LOG_LEVEL_UNKNOWN ( LGT_Log_Level) 0
|
||||||
#define LGD_LOG_LEVEL_DEFAULT ( LGT_Log_Level) 1
|
#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_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_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))
|
#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))
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
/* GNU Lesser General Public License for more details. */
|
/* GNU Lesser General Public License for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* You should have received a copy of the GNU Lesser General Public */
|
/* 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 */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
/* <https://www.gnu.org/licenses/>. */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
/* GNU Lesser General Public License for more details. */
|
/* GNU Lesser General Public License for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* You should have received a copy of the GNU Lesser General Public */
|
/* 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 */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
/* <https://www.gnu.org/licenses/>. */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user