nuget common.logging.dll

nuget common.logging.dll

版本:大小:24KB

类别: DLL文件 系统:WinAll, WinXP, Win7, Win8

立即下载
  • nuget common.logging.dll 0
  • nuget common.logging.dll 1
  • nuget common.logging.dll 2

common.logging.dll是什么?是系统中通用日志接口所需要调用的数据库存储文件,地方系统中的杀毒软件出现文件误删,用户将无法正常的调用其内的各项数据实现各项功能,在此提供common.logging.dll文件下载以及配置方式!

common.logging.dll简介

common logging是一个通用日志接口,log4net是一个具体实现. common logging可以把输出连接到其他非log类上, 如EntLib的日志、NLog等

common.logging.dll下载

common.logging.dll使用

接下来介绍的是和log4net一起使用的介绍.

#程序中需要引入的:

#Common.Logging.dll

#Common.Logging.Log4Net.dll

#log4net.dll

Common.Logging.ILog logger = Common.Logging.LogManager.GetLogger(Assembly.GetExecutingAssembly().GetName().Name);

logger.Info("shutdown quartz.");

logger.Debug("shutdown quartz.");

common.logging.dll配置

在app.config或者web.config中,加入:

    <configSections>

        <sectionGroup name="common">

            <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />

        </sectionGroup>

        <section name="log4net" type="log4net.Config.Log4NetconfigurationSectionHandler, log4net"/>

    </configSections>

    <common>

        <logging>

            <factoryAdapter type="Common.Logging.Log4Net.Log4NetLoggerFactoryAdapter, Common.Logging.Log4Net">

                <arg key="configType" value="INLINE" />

            </factoryAdapter>

        </logging>

    </common>

    <log4net>

        <appender name="LogFileAppender" type="log4net.Appender.FileAppender">

            <param name="File" value="log.txt"/>

            <param name="datePattern" value="MM-dd HH:mm"/>

            <param name="AppendToFile" value="true"/>

            <layout type="log4net.Layout.PatternLayout">

                <param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n"/>

            </layout>

        </appender>

        <root>

            <level value="DEBUG" />

            <appender-ref ref="LogFileAppender" />

        </root>

    </log4net>

common.logging.dll丢失修复

(如果是64位系统,则在2、3条中应复制到C\Windows\SysWOW64目录下)

1、Windows XP/7系统,则复制到C\Windows\System32目录下。

2、Windows NT/2000系统,则复制到C\WINNT\System32目录下。

3、Windows 95/98/Me系统,则复制到C\Windows\System目录下。

然后打开“开始-运行-输入regsvr32 common.logging.dll,回车即可解决错误提示!

查看全部

更新时间:2017-04-24
网友评论
我要跟贴
取消
同类推荐
热门精品
最新应用