An open API service indexing awesome lists of open source software.

https://github.com/syxc/logutil.net

用C#写的一个仿Android日志记录的工具类
https://github.com/syxc/logutil.net

Last synced: 4 days ago
JSON representation

用C#写的一个仿Android日志记录的工具类

Awesome Lists containing this project

README

        

LogUtil.Net
===========

用 C# 写的一个仿 Android 日志记录的工具类

使用:

`LogUtil.Trace(LogType.INFO, TAG, "CheckUpdateStatus...");`

效果:

`2012-11-29-20:46:34 INFO MainWindow CheckUpdateStatus...`

## License
The MIT license.