plptools
Loading...
Searching...
No Matches
ncp_log.h File Reference
#include "config.h"
#include <log.h>
Include dependency graph for ncp_log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NCP_DEBUG_LOG   1
 
#define NCP_DEBUG_DUMP   2
 
#define LNK_DEBUG_LOG   4
 
#define LNK_DEBUG_DUMP   8
 
#define PKT_DEBUG_LOG   16
 
#define PKT_DEBUG_DUMP   32
 
#define PKT_DEBUG_HANDSHAKE   64
 
#define NCP_SESSION_LOG   128
 

Variables

logbuf ilog
 
logbuf dlog
 
logbuf elog
 
std::ostream lout
 
std::ostream lerr
 
std::ostream linf
 

Macro Definition Documentation

◆ LNK_DEBUG_DUMP

#define LNK_DEBUG_DUMP   8

Definition at line 32 of file ncp_log.h.

◆ LNK_DEBUG_LOG

#define LNK_DEBUG_LOG   4

Definition at line 31 of file ncp_log.h.

◆ NCP_DEBUG_DUMP

#define NCP_DEBUG_DUMP   2

Definition at line 30 of file ncp_log.h.

◆ NCP_DEBUG_LOG

#define NCP_DEBUG_LOG   1

Definition at line 29 of file ncp_log.h.

◆ NCP_SESSION_LOG

#define NCP_SESSION_LOG   128

Definition at line 36 of file ncp_log.h.

◆ PKT_DEBUG_DUMP

#define PKT_DEBUG_DUMP   32

Definition at line 34 of file ncp_log.h.

◆ PKT_DEBUG_HANDSHAKE

#define PKT_DEBUG_HANDSHAKE   64

Definition at line 35 of file ncp_log.h.

◆ PKT_DEBUG_LOG

#define PKT_DEBUG_LOG   16

Definition at line 33 of file ncp_log.h.

Variable Documentation

◆ dlog

logbuf dlog
extern

◆ elog

logbuf elog
extern

◆ ilog

logbuf ilog
extern

◆ lerr

std::ostream lerr
extern

◆ linf

std::ostream linf
extern

◆ lout

std::ostream lout
extern