# LogMaster4Net **Repository Path**: 4411/LogMaster4Net ## Basic Information - **Project Name**: LogMaster4Net - **Description**: 基于SuperSocket的中央日志服务器 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2015-05-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LogMaster4Net [![Build Status](https://travis-ci.org/kerryjiang/LogMaster4Net.svg?branch=master)](https://travis-ci.org/kerryjiang/LogMaster4Net) ============= **LogMaster4Net** 是一个能够接收其他程序发来的日志信息并将它们按照你的要求的来处理的日志服务器软件。 它能帮助你在一个中心位置管理多个程序的日志。因此如果在你的系统中有很多程序在运行而且他们都有自己的日志功能的话,本软件将会对你非常有用。 **LogMaster4Net** 实际上是一个基于 **SuperSocket** 的 UDP 服务器。 1. 服务器配置 2. 服务日志配置文件 \Config\log4net.config: 服务器自己的日志配置文件; \Config\log4net.[LogAppName].Config : 名为[LogAppName]的日志配置文件; 3. 程序设置 - 设置 LogAppName log4net.GlobalContext.Properties["LogAppName"] = "MyTool1"; - 日志配置 *使用此服务器暂时必须使用log4net作为你的日志组件。 LogMaster4Net 以后将支持其它的日志组件*