Skip to content
Back to top
Log Stream
-
namespace HTTPServer
-
template<typename L>
class LogStream
Public Functions
-
inline LogStream(LogLevel level, bool isErrno = false)
-
inline ~LogStream()
-
template<typename T>
inline LogStream &operator<<(const T &msg)
Private Members
-
LogLevel d_level
-
bool d_isErrno
-
std::ostringstream d_oss