登录
首页 » c# » C# 日志DLL

C# 日志DLL

于 2022-09-23 发布 文件大小:84.72 kB
0 104
下载积分: 2 下载次数: 1

代码说明:

使用C#语言,编写的日志记录的DLL 调用方法:LogHelper.WriteLogAndInfo("填写内容!") LogHelper.logerror--错误信息 LogHelper.loginfo--日志信息  LogHelper.SetConfig--日志的配置设置  LogHelper.WriteLog()--编写日志信息 LogHelper.WriteTodayLog()--编写日志信息

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sap5
    SAP5源代码有助于研究生学习和工作人员工作(SAP5 source code)
    2014-11-08 12:46:53下载
    积分:1
  • Battle over cities(Hard Version)
     Battle Over Cities - Hard Version   (20分) It is vitally important to have all the cities connected by highways in a war. If a city is conquered by the enemy, all the highways from/toward that city will be closed. To keep the rest of the cities connected, we must repair some highways with the minimum cost. On the other hand, if losing a city will cost us too much to rebuild the connection, we must pay more attention to that city. Given the map of cities which have all the destroyed and remaining highways marked, you are supposed to point out the city to which we must pay the most attention. Input Specification: Each input f
    2022-02-05 11:16:01下载
    积分:1
  • Force-Feedback-with-DirectInput
    This is a code stub from a game I am working on. You will need to have DirectX 7.0 installed or higher. I will give you two sample effects when using a force-feedback joystick. The first one is an Explosion force feedback effect, the other one is a Gunfire effect. You will have to enum your own Joystick object.
    2014-07-13 14:06:31下载
    积分:1
  • lcd
    lcd显示程序,适用于89c51内核单片机,需要先用字模软件提取需要的字母,按奇偶分开提取,写入数组。 lcd4页122行,32*122。 可以滚动显示
    2022-11-02 13:10:04下载
    积分:1
  • C# 复制和删除数据表指定行数据
    C# 复制和删除数据表指定行数据,主要是完成了两项功能,删除目标数据表的选择行的整行数据,将源数据表的选择行数据复制到目标数据表,这两个功能的实现思路和代码演示如下:   private void Form1_Load(object sender, EventArgs e)   {    MySourceTable = new DataTable();    var MyConnectString=@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:Northwind.mdb";    var MySQL = "Select * From 客户";    var MyAdapter=new OleDbDataAdapter(MySQL,MyConnectString);    MyAdapter.Fill(MySourceTable);    this.DataGridView1.DataSource = MySourceTable;    MyTargetTable = MySourceTable.Clone();    this.DataGridView2.DataSource = MyTargetTable;   }   private void Button1_Click(object sender, EventArgs e)   {//将源数据表的选择行数据复制到目标数据表    var MyID= "客户ID=;    MyID = MyID + this.DataGridView1.CurrentRow.Cells[0].Value.ToString() +";    MyTargetTable.ImportRow(this.MySourceTable.Select(MyID)[0]);   }   private void Button2_Click(object sender, EventArgs e)   {//删除目标数据表的选择行的整行数据    var MyID = "客户ID=;    MyID = MyID +this.DataGridView2.CurrentRow.Cells[0].Value.ToString
    2022-04-17 22:21:45下载
    积分:1
  • 4LU电机控制
    【实例简介】控制电机
    2021-09-12 00:31:01下载
    积分:1
  • c#使用内存共享
    这是自己使用内存共享做的一些测试,保证能用。vs2013中开发的。
    2022-03-10 01:54:22下载
    积分:1
  • 16550_serpi-master
    说明:  UART 16550 串口驱动程序的linux源代码(This is the UART 16550 Drivers and source code)
    2020-04-09 14:14:10下载
    积分:1
  • 100-classical-living-examples-on-C-Language
    说明:  C语言100经典实例教程,非常实用、方便的C语言学习材料!(C-100 classic example of tutorials, very useful and convenient C-language learning materials!)
    2010-04-28 18:20:32下载
    积分:1
  • JZM_MATRIX-KEY
    南京研旭DSP28335平台,16按键的矩阵键盘。 (Nanjing research Asahi DSP28335 platform, 16 button matrix keyboard.)
    2016-06-08 18:42:23下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载