Ignore:
Timestamp:
08/10/10 18:40:03 (22 months ago)
Author:
shiretu
Message:

-- last stage from common library refactoring

Location:
trunk/sources/common/include/utils
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/common/include/utils/logging/logging.h

    r56 r58  
    2222#define _LOGGING_H 
    2323 
    24 #include "new/defines.h" 
    25 #include "new/utils/logging/baseloglocation.h" 
    26 #include "new/utils/logging/consoleloglocation.h" 
    27 #include "new/utils/logging/fileloglocation.h" 
    28 #include "new/utils/logging/logcatloglocation.h" 
    29 #include "new/utils/logging/logger.h" 
     24#include "defines.h" 
     25#include "utils/logging/baseloglocation.h" 
     26#include "utils/logging/consoleloglocation.h" 
     27#include "utils/logging/fileloglocation.h" 
     28#include "utils/logging/logcatloglocation.h" 
     29#include "utils/logging/logger.h" 
    3030 
    3131#define LOG(level,...) Logger::Log(level, __FILE__, __LINE__, __func__, __VA_ARGS__) 
Note: See TracChangeset for help on using the changeset viewer.