# log2console **Repository Path**: elecfunwb/log2console ## Basic Information - **Project Name**: log2console - **Description**: 配合log4net用的可视化日志查看工具,在原开源项目基础上解决中文显示问题 - **Primary Language**: C# - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: https://github.com/Statyk7/log2console - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-06-25 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Log2Console修改版 ## 关于修改 * 解决中文乱码 (修改方法参考 https://www.cnblogs.com/lts8989/archive/2011/04/10/2011278.html) * 解决Message Details窗口中文乱码 (Log2Console/Log/LogMessage.cs文件GetMessageDetails()中sb.Append(@"{\rtf1\ansi ")改为sb.Append(@"{\rtf1\ansi\ansicpg936 ")) * .NET由4.6.1改为4.5.1 ## 下载 https://gitee.com/elecfunwb/log2console/releases ## 截图 ![](docs/Screenshots_Log2Console_8.png) *** # Log2Console ## 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#. ## Main Features * View Remote Log Events: use a concept similar to Chainsaw Receivers. * Fully Customizable and Persistent Preferences (UI and Settings) per Windows Profile. * Dynamic Filtering, Grouping, Cycling and Searching. * Multiple Receiver suppport (since v1.1). * Windows 7 support: Taskbar icons (pause, disable autoscroll, clear all) and Taskbar progress (when messages are received). * Requires .NET Framework 2.0 only. ## Receivers * File (Standard log or using log4j xml format) * UDP IP v4 and v6 (Provides compatibility with log4j and [NLog](docs/NLog.md)) * .NET Remoting (Prefered receiver for log4net) * WinDebug (Receiver for OutputDebugString(), in C++) * MSMQ (Microsoft Message Queuing) * EventLog (Windows Event Log) * TCP IP v4 and v6 (primarily NLog for Silverlight) * Silverlight Socket Policy (clientaccesspolicy.xml) ## Screenshots _**More [Screenshots](docs/Screenshots.md) here**_ ![](docs/Home_Log2Console_8.png) ## Download [Latest Release] https://github.com/Statyk7/log2console/releases