日志是应用软件中不可缺少的部分。日志记录器(Logger)是日志处理的核心组件。
Logger的行为是分等级的,在不同的情况下日志级别应该是不同的。
more
Logback的Logger级别包括:TRACE、DEBUG、INFO、WARN和ERROR,定义于ch.qos.logback.classic.Level类。继续阅读 »
New features
Add automaticlly check libc interfaces
Support custom allocator
Add trace for allocator in the debug mode
Add static_pool module
Add stream interfaces for reading all data to string
Add adler32 hash algorithm
Add tb_memmem interface
Add regex module with pcre, pcre2 or posix regex
Changes
Optimize stre继续阅读 »