All Projects → woaisoft → Abp.Castle.NLog

woaisoft / Abp.Castle.NLog

Licence: MIT license
Abp的NLog日志输出模块。

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Abp.Castle.NLog

Hzdtf.foundation.framework
基础框架系统,支持.NET和.NET Core平台,语言:C#,DB支持MySql和SqlServer,主要功能有抽象持久化、服务层,将业务基本的增删改查抽离复用;提供代码生成器从DB生成实体、持久化、服务以及MVC控制器,每层依赖接口,并需要在客户端将对应实现层用Autofac程序集依赖注入,用AOP提供日志跟踪、事务、模型验证等。对Autofac、Redis、RabbitMQ封装扩展;DB访问提供自动主从访问,Redis客户端分区。特别适合管理系统。
Stars: ✭ 22 (+46.67%)
Mutual labels:  log, nlog
Ark.Tools
Ark set of helper libraries
Stars: ✭ 20 (+33.33%)
Mutual labels:  aspnetcore, nlog
abp-push
Push Notification System for ASP.NET Boilerplate
Stars: ✭ 16 (+6.67%)
Mutual labels:  aspnetcore, abp
Abp Samples
Sample solutions built with the ABP Framework
Stars: ✭ 417 (+2680%)
Mutual labels:  aspnetcore, abp
Abp.grpc
基于 ABP 框架开发的 Grpc 模块,支持 Consul 服务发现与服务注册。Grpc module developed based on ABP framework supports early service discovery and service registration.
Stars: ✭ 134 (+793.33%)
Mutual labels:  aspnetcore, abp
Aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Stars: ✭ 10,061 (+66973.33%)
Mutual labels:  aspnetcore, abp
Tubumu.Abp.Meeting
An abp module to create meeting app quickly.
Stars: ✭ 15 (+0%)
Mutual labels:  aspnetcore, abp
Abp.wechat
Abp 微信 SDK 模块,包含对微信小程序、公众号、企业微信、开放平台、第三方平台等相关接口封装。
Stars: ✭ 168 (+1020%)
Mutual labels:  aspnetcore, abp
Analogy.LogViewer
A customizable Log Viewer with ability to create custom providers. Can be used with C#, C++, Python, Java and others
Stars: ✭ 172 (+1046.67%)
Mutual labels:  log, nlog
phpunit-extensions
📦 Some cool extensions for PHPUnit
Stars: ✭ 28 (+86.67%)
Mutual labels:  log
KissLog.Sdk
KissLog is a lightweight and highly customizable logging framework for .NET applications
Stars: ✭ 33 (+120%)
Mutual labels:  aspnetcore
create-dotnet-devcert
A simple script that creates and trusts a self-signed development certificate for dotnet on Linux distributions.
Stars: ✭ 149 (+893.33%)
Mutual labels:  aspnetcore
TailLog-Source
TailLog Source (TailLog 开源代码)
Stars: ✭ 73 (+386.67%)
Mutual labels:  log
Abp.AspNetCoreRateLimit
An Abp module helps you control how often your service is used.
Stars: ✭ 19 (+26.67%)
Mutual labels:  abp
got
An enjoyable golang test framework.
Stars: ✭ 234 (+1460%)
Mutual labels:  log
analog
🔎 Flexible web-based real-time log viewer
Stars: ✭ 15 (+0%)
Mutual labels:  log
consono
The most correct, informative, appealing and configurable variable inspector for JavaScript
Stars: ✭ 17 (+13.33%)
Mutual labels:  log
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (+680%)
Mutual labels:  aspnetcore
missionlog
🚀 lightweight logging • supports level based filtering and tagging • weighs in at around 500 bytes
Stars: ✭ 19 (+26.67%)
Mutual labels:  log
json-log-viewer
Powerful terminal based viewer for JSON logs using ncurses.
Stars: ✭ 171 (+1040%)
Mutual labels:  log

logo

Abp.Castle.NLog

Abp的NLog日志输出模块。


license LICENSE

Nuget Packages

Package Status
Abp.Castle.NLog NuGet version

使用方法

  • 使用Nuget管理卸载Abp.Castle.Log4Net
  • 使用Nuget安装Abp.Castle.NLog
  • 配置nlog.config 文件,可下载直接使用
  • 修改Startup, 将原来的日志组件log4net替换为nlog
  • 注释using Abp.Castle.Logging.Log4Net; 添加using Abp.Castle.Logging.NLog;
  • 修改ConfigureServices方法:f => f.UseAbpNLog().WithConfig("nlog.config")

好了,其它的不用动了了。

参考

  1. https://www.cnblogs.com/donaldtdz/p/8213440.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].