Ignore:
Timestamp:
06/04/10 12:02:47 (14 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/xmlio_logger.hpp

    r94 r95  
    33 
    44// Entête Poco logging 
    5 #include "Poco/Logger.h" 
    6 #include "Poco/PatternFormatter.h" 
    7 #include "Poco/FormattingChannel.h" 
    8 #include "Poco/ConsoleChannel.h" 
    9 #include "Poco/FileChannel.h" 
    10 #include "Poco/Message.h" 
     5#include <Poco/Logger.h> 
     6#include <Poco/PatternFormatter.h> 
     7#include <Poco/FormattingChannel.h> 
     8#include <Poco/ConsoleChannel.h> 
     9#include <Poco/FileChannel.h> 
     10#include <Poco/Message.h> 
    1111 
    1212// Classes utilisées issues de Poco 
     
    5353#define   ERROR(MSG)   (ILogger::GetConsoleLogger().error(MSG)) 
    5454#define   WARNING(MSG)   (ILogger::GetConsoleLogger().warning(MSG)) 
     55#define   INFO(MSG)   (ILogger::GetConsoleLogger().information(MSG)) 
    5556// A compléter. 
    5657 
Note: See TracChangeset for help on using the changeset viewer.