Java小型日志框架 minlog
- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://code.google.com/p/minlog/
- 软件文档: https://code.google.com/p/minlog/wiki/OverheadAndComparisons
软件介绍
顺手翻到OSChina关于日志的开源框架上面,正好想起来去年用KryoNet的时候他里面有一个很小的minilog日志的东西。确实很简单,但很够用。。。。。就像买电脑一样。够用就好,我不造航天飞机!!!!
示例代码:
import com.esotericsoftware.minlog.Log.*;
// ...
Log.info("Some message.");
Log.debug("Error reading file: " + file, ex);
The Dream Machine
M. Mitchell Waldrop / Penguin Books / 2002-8 / USD 16.00
While most people may not be familiar with the name J. C. R. Licklider, he was the guiding spirit behind the greatest revolution of the modern era. At a time when most computers were big, ponderous ma......一起来看看 《The Dream Machine》 这本书的介绍吧!
