3#include "AudioLogger.h"
24 LOGD(
"HttpLineReader %s",
"readlnInternal");
26 if (client.peek() == -1) {
27 LOGW(
"HttpLineReader %s",
"readlnInternal->no Data");
36 int c = client.read();
54 if (str[
j - 1] ==
'\r') {
77 LOGE(
"HttpLineReader %s",
"readlnInternal->cut off too long line");
#define LOGW(...)
Definition AudioLoggerIDF.h:29
#define LOGD(...)
Definition AudioLoggerIDF.h:27
#define LOGE(...)
Definition AudioLoggerIDF.h:30