C++11 日志框架 Chucho

码农软件 · 软件分类 · 日志工具(Logging) · 2019-09-21 07:58:48

软件介绍

Chucho 是一个 C++11 日志框架,基于纯 Java 实现的 Logback 日志框架。

示例代码:

#include <chucho/log.hpp>

int main()
{
    std::shared_ptr<chucho::logger> lgr = chucho::logger::get("my-log");
    CHUCHO_INFO_STR(lgr, "Hello, World!");
    return EXIT_SUCCESS;
}

本文地址:https://codercto.com/soft/d/15060.html

Computing Patterns in Strings

Computing Patterns in Strings

Bill Smyth / Addison Wesley / 2003 / $ 75.00

The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the......一起来看看 《Computing Patterns in Strings》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试