zoukankan      html  css  js  c++  java
  • Log2Console A Generic Log Viewer (for Log4Net, NLog...)

    Project Description

    Log2Console is a development tool offering a nice UI to display, filter and search log messages from different logging services: Log4Net, Log4j and NLog. It can directly receive log events locally or remotely, or read them from a log file... It is written with C#.

    项目描述

    Log2Console 是一款提供友好用户界面,过滤和检索不同日志服务端(比如:Log4net,Log4j 或者NLog)的开发工具。它能用于接收本地或者远程的日志事件,甚至直接从日志文件中读取。它是用c#语言编写的。

    Main Features

  • View Remote Log Events: use a concept similar to Chainsaw Receivers.
  • Fully Customizable and Persistent Preferences.
  • Dynamic Filtering, Grouping, Cycling and Searching.
  • Multiple Receiver suppport (since v1.1).
  • 主要特性

  • 查看远程日志事件:
  • Fully Customizable and Persistent Preferences.
  • Dynamic Filtering, Grouping, Cycling and Searching.
  • 提供了众多的接收器 (自从 v1.1)。
  • Receivers

  • File (Standard log or using log4j xml format)
  • UDP (Provides compatibility with log4j and NLog)
  • .NET Remoting (Prefered receiver for log4net)
  • WinDebug (Receiver for OutputDebugString(), in C )
  • MSMQ (Microsoft Message Queuing)
  • EventLog (Windows Event Log)
  •  

    接收器

  • 文件 (标准日志或者使用log4j xml 格式)
  • UDP (Provides compatibility with log4j and NLog)
  • .NET Remoting (Prefered receiver for log4net)
  • WinDebug (Receiver for OutputDebugString(), in C )
  • MSMQ (Microsoft Message Queuing)
  • EventLog (Windows Event Log)
  •  

    Screenshot

查看全文
  • 相关阅读:
    confd + Nacos | 无代码侵入的配置变更管理
    从0 开始手写一个 RPC 框架,轻松搞定!
    MVC Razor模板引擎 @RenderBody、@RenderPage、@RenderSection及Html.RenderPartial、Html.RenderAction
    ASP.NET/C# Razor视图引擎深入浅出
    建立Web Service 接口及调用
    浅谈对Jquery+JSON+WebService的使用小结
    JSON--WEB SERVICE
    C#中对虚拟属性和抽象属性的重写有什么异同
    C# virtual 函数
    sql server2008用ip远程连接
  • 原文地址:https://www.cnblogs.com/JavCof/p/1785745.html
  • Copyright © 2011-2022 走看看