src/core/log.h
changeset 2217 0b4567d545de
parent 1830 8fead8808f3f
child 2294 aa08830477cb
equal deleted inserted replaced
2216:9c209295b0b1 2217:0b4567d545de
    23 
    23 
    24 #include <string>
    24 #include <string>
    25 #include <iostream>
    25 #include <iostream>
    26 
    26 
    27 /**
    27 /**
       
    28  * \ingroup core
    28  * \defgroup logging Logging
    29  * \defgroup logging Logging
    29  * \brief Logging functions and macros
    30  * \brief Logging functions and macros
    30  *
    31  *
    31  *   LOG functionality: macros which allow developers to
    32  *   LOG functionality: macros which allow developers to
    32  *     send information out on screen. All logging messages 
    33  *     send information out on screen. All logging messages