Java应用日志框架 TNT4J
- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/Nastel/TNT4J
- 软件文档: https://github.com/Nastel/TNT4J
软件介绍
TNT4J是一个改进Log4J新的开源Java应用日志框架。用于应用程序活动的跟踪、相关性检查、诊断,可以跨多个应用程序,运行时,服务器,地理的位置。这个API是专门用以解决分布式,并发,多线程,多用户应用,包括活动的相关性,应用程序的状态转储,性能和用户定义的量度。
以下是它的特性:
Simple programming model to facilitate fast root-cause, log analysis
Automated timing of application activities and sub-activities (elapsed, idle time, message age)
Application state dump framework for reporting internal variables, data structures
Granular conditional logging based on application tokens, patterns, that can be shared accross applications, runtimes
Share logging context across application, thread, runtime boundaries
Inter-log correlation of log entries (correlators and tags) between multiple related applications
Intra-log correlation of related activities and sub-activities between multiple applications and threads
Event location tags such as GPS, server etc.
Message flow direction for composite applications that exchange messages (e.g. SOAP, JMS, and SQL etc.)
User defined properties such as CPU, memory logging, thread statistics per process/thread
Extensible activity, sink, error listeners for pre, post event processing
Granular context such as thread id, process id, server, application name
1. 不需要写 "logger.isDebugEnabled()"
2. can log based on filter (e.g wait time longer than certain value)
3. share logging context across apps. 调用路径信息串联起来
4. logging statistics关于日志的统计信息
用户至上:用户研究方法与实践(原书第2版)
凯茜·巴克斯特 / 王兰、杨雪、苏寅 / 机械工业出版社 / 2017-5-1 / 99
《UI/UE系列丛书 用户至上:用户研究方法与实践(原书第2版)》是用户研究方法指南,谷歌用户体验研究员十几年工作经验结晶,从理论到实战,包含完整的实操案例,是设计以人为中心产品的实用手册。 《UI/UE系列丛书 用户至上:用户研究方法与实践(原书第2版)》包含五个部分共15章。入门篇包括第1~5章:介绍用户体验入门,如何理解目标用户,道德与法律问题,如何搭建研究设施,如何选择用户体验研究方......一起来看看 《用户至上:用户研究方法与实践(原书第2版)》 这本书的介绍吧!
