add a xdebug level & update of the license headers, LGPL version 2 only for this new file
This commit is contained in:
parent
03978e9ead
commit
e184e9dd96
1 changed files with 13 additions and 12 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// eoLogger.h
|
|
||||||
// (c) Thales group, 2010
|
|
||||||
/*
|
/*
|
||||||
|
(c) Thales group, 2010
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation;
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -18,11 +17,13 @@
|
||||||
License along with this library; if not, write to the Free Software
|
License along with this library; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
Contact: http://eodev.sourceforge.net
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
Johann Dréo <johann.dreo@thalesgroup.com>
|
Johann Dréo <johann.dreo@thalesgroup.com>
|
||||||
Caner Candan <caner.candan@thalesgroup.com>
|
Caner Candan <caner.candan@thalesgroup.com>
|
||||||
|
|
||||||
*/
|
*/
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
/** Here's an example explaning how to use eoLogger:
|
/** Here's an example explaning how to use eoLogger:
|
||||||
|
|
||||||
|
|
@ -89,7 +90,6 @@
|
||||||
|
|
||||||
# include "eoObject.h"
|
# include "eoObject.h"
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace eo
|
namespace eo
|
||||||
{
|
{
|
||||||
|
|
@ -101,7 +101,8 @@ namespace eo
|
||||||
warnings,
|
warnings,
|
||||||
progress,
|
progress,
|
||||||
logging,
|
logging,
|
||||||
debug};
|
debug,
|
||||||
|
xdebug};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* file
|
* file
|
||||||
|
|
|
||||||
Reference in a new issue