Java应用日志框架 TNT4J

码农软件 · 软件分类 · 日志工具(Logging) · 2019-09-20 18:28:04

软件介绍

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关于日志的统计信息

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

大学算法教程

大学算法教程

约翰森堡 / 清华大学 / 2007-6 / 69.80元

本书是美国德保罗大学DePaul University教授R.Johnsonbaugh等人长期从事算法课程教学经验的结晶,是一本关于算法基础知识和基本方法的教科书。内容包括:算法必备的数学基础、数据结构和描述算法的语言与记号;常用算法的设计分析及其正确性证明;NP和NP完全问题的特征及其近似处理方法。 全书含300多个生动有趣的算法实际示例和1450多道习题,从经典方法到最新成果,层层剖析......一起来看看 《大学算法教程》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换