日志写入器
更多...
#include <eienlog.hpp>
|
| LogWriter (winux::String const &addr, winux::ushort port, winux::uint16 chunkSize=80) |
| 构造函数 更多...
|
|
size_t | logEx (winux::Buffer const &data, bool useFgColor, winux::uint16 fgColor, bool useBgColor, winux::uint16 bgColor, winux::uint8 logEncoding, bool isBinary) |
| 发送日志 更多...
|
|
size_t | log (winux::String const &str, bool useFgColor, winux::uint16 fgColor, bool useBgColor, winux::uint16 bgColor, winux::uint8 logEncoding) |
| 发送字符串日志 更多...
|
|
size_t | logBin (winux::Buffer const &data, bool useFgColor, winux::uint16 fgColor, bool useBgColor, winux::uint16 bgColor) |
| 发送二进制日志 更多...
|
|
size_t | log (winux::String const &str, winux::uint8 logEncoding=leUtf8) |
| 发送字符串日志 更多...
|
|
size_t | logBin (winux::Buffer const &data) |
| 发送二进制日志 更多...
|
|
size_t | logColor (winux::String const &str, winux::Mixed const &fgColor=winux::mxNull, winux::Mixed const &bgColor=winux::mxNull, winux::uint8 logEncoding=leUtf8) |
| 发送字符串日志,可指定颜色 更多...
|
|
size_t | logBinColor (winux::Buffer const &data, winux::Mixed const &fgColor=winux::mxNull, winux::Mixed const &bgColor=winux::mxNull) |
| 发送二进制日志,可指定颜色 更多...
|
|
int | errNo () const |
|
日志写入器
在文件 eienlog.hpp 第 144 行定义.
构造函数
- 参数
-
addr | 地址 |
port | 端口号 |
chunkSize | 分块封包大小 |
发送字符串日志
- 参数
-
str | 字符串内容 |
logEncoding | 指定转换成目标编码发送 |
- 返回
- size_t 发送的封包数量
在文件 eienlog.hpp 第 171 行定义.
int eienlog::LogWriter::errNo |
( |
| ) |
const |
|
inline |
该类的文档由以下文件生成: