plptools
Loading...
Searching...
No Matches
ncp_log.cc File Reference
#include "config.h"
#include "ncp_log.h"
#include <iostream>
#include <unistd.h>
#include <fcntl.h>
Include dependency graph for ncp_log.cc:

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)
 

Variable Documentation

◆ dlog

std::ostream lout & dlog ( LOG_DEBUG  ,
STDOUT_FILENO   
)

Definition at line 35 of file ncp_log.cc.

◆ elog

std::ostream lerr & elog ( LOG_ERR  ,
STDERR_FILENO   
)

Definition at line 36 of file ncp_log.cc.

◆ ilog

std::ostream linf & ilog ( LOG_INFO  ,
STDOUT_FILENO   
)

Definition at line 34 of file ncp_log.cc.