atscppapi  1.0.9
C++ wrapper for Apache Traffic Server API
 All Classes Files Functions Enumerations Enumerator Macros
Macros
logging_internal.h File Reference

logging used inside the atscppapi library. More...

#include "atscppapi/Logger.h"

Go to the source code of this file.

Macros

#define ATSCPPAPI_LOGGING_INTERNAL_H_
 
#define LOG_DEBUG(fmt,...)   TS_DEBUG("atscppapi", fmt, ## __VA_ARGS__)
 
#define LOG_ERROR(fmt,...)   TS_ERROR("atscppapi", fmt, ## __VA_ARGS__)
 

Detailed Description

logging used inside the atscppapi library.

Author
Brian Geffon
Manjesh Nilange