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

查看全文
  • 相关阅读:
    特征工程
    TensorFlow学习之路1-TensorFlow介绍
    深度学习中数据的augmentation
    求解矩阵特征值及特征向量
    Faster R-CNN
    python的浅拷贝和深拷贝
    AirSim的搭建和使用
    C++11 binary Tree
    win10 开启ubuntu
    c++ priority_queue
  • 原文地址:https://www.cnblogs.com/JavCof/p/1785745.html
  • Copyright © 2011-2022 走看看