Back to Kbengine

loglog.h File Reference

kbe/src/lib/dependencies/log4cxx/site/apidocs/loglog_8h.html

2.5.121.5 KB
Original Source

loglog.h File Reference

| | |

Namespaces

| | namespace | log4cxx | | namespace | log4cxx::helpers | |

Classes

| | class | LogLog | | | This class used to output log statements from within the log4cxx package. More...
| |

Defines

| | #define | LOGLOG_DEBUG(log) | | #define | LOGLOG_WARN(log) | | #define | LOGLOG_ERROR(log) |


Define Documentation

|

| #define LOGLOG_DEBUG | ( | log | | ) | |

|

| |

Value:

{ \[log4cxx::helpers::LogLog::debug](classlog4cxx_1_1helpers_1_1_log_log.html#30676ec46ce71fa7d574d82df61774ec)(log) ; }

|

|

| #define LOGLOG_ERROR | ( | log | | ) | |

|

| |

Value:

{ \[log4cxx::helpers::LogLog::warn](classlog4cxx_1_1helpers_1_1_log_log.html#2c24602dd46b8a0c3e4af3bb4b134833)(log); }

|

|

| #define LOGLOG_WARN | ( | log | | ) | |

|

| |

Value:

{ \[log4cxx::helpers::LogLog::warn](classlog4cxx_1_1helpers_1_1_log_log.html#2c24602dd46b8a0c3e4af3bb4b134833)(log) ; }

|