Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2014-08-30 09:37:03 +00:00
parent 1c13f44bd5
commit 70ca95c14b
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
#pragma once
#include <string>
class ILogger ;
+1 -2
View File
@@ -78,8 +78,7 @@ namespace egtlogger
Logger( LogLevel nLevel, const char* szName, bool bThreadSafe = false,
int nLoggableItems = LI_DATETIME | LI_LOGGERNAME | LI_LOGGERLEVEL | LI_FUNCTION | LI_LINENUMBER)
: m_nLevel( nLevel), m_name( szName), m_threadProtect( bThreadSafe), m_loggableItem( nLoggableItems)
{
}
{}
~Logger( void)
{