Java小型日志框架 minlog

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

软件介绍

顺手翻到OSChina关于日志的开源框架上面,正好想起来去年用KryoNet的时候他里面有一个很小的minilog日志的东西。确实很简单,但很够用。。。。。就像买电脑一样。够用就好,我不造航天飞机!!!!

示例代码:

import com.esotericsoftware.minlog.Log.*;

// ...
Log.info("Some message.");
Log.debug("Error reading file: " + file, ex);

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

Boolean Reasoning

Boolean Reasoning

Brown, Frank Markham / 2003-4 / $ 19.15

A systematic treatment of Boolean reasoning, this concise, newly revised edition combines the works of early logicians with recent investigations, including previously unpublished research results. Th......一起来看看 《Boolean Reasoning》 这本书的介绍吧!

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

在线压缩/解压 JS 代码

MD5 加密
MD5 加密

MD5 加密工具