|
plptools
|

Go to the source code of this file.
Variables | |
| logbuf | ilog (LOG_INFO, STDOUT_FILENO) |
| logbuf | dlog (LOG_DEBUG, STDOUT_FILENO) |
| logbuf | elog (LOG_ERR, STDERR_FILENO) |
| std::ostream lout & dlog | ( | LOG_DEBUG | , |
| STDOUT_FILENO | |||
| ) |
Definition at line 35 of file ncp_log.cc.
| std::ostream lerr & elog | ( | LOG_ERR | , |
| STDERR_FILENO | |||
| ) |
Definition at line 36 of file ncp_log.cc.
| std::ostream linf & ilog | ( | LOG_INFO | , |
| STDOUT_FILENO | |||
| ) |
Definition at line 34 of file ncp_log.cc.