VB.NET写Log方法详细介绍

如果我们想使用VB.NET进行代码编写的话,首先就要从基本概念开始了解,然后通过不断的实践练习来积累一定的运用经验,才能很好的通过这款语言来实现我们需要的各种需求。下面就先来了解一下有关VB.NET写Log方法的相关操作。#t#

创新互联公司主营奎文网站建设的网络公司,主营网站建设方案,成都app开发,奎文h5微信小程序开发搭建,奎文网站营销推广欢迎奎文等地区企业咨询

最近在项目中有用到VB.NET写Log方法的功能.具体代码如下:

Code

  1. Public Sub WriteLog()Sub 
    WriteLog(ByVal Msg As String)  
  2. Dim varAppPath As String  
  3. varAppPath = System.AppDomain.
    CurrentDomain.SetupInformation.
    ApplicationBase + "log"  
  4. System.IO.Directory.CreateDirectory
    (varAppPath)  
  5. Dim head As String  
  6. head = System.DateTime.Now.Hour.
    ToString() + ":" + System.DateTime.
    Now.Minute.ToString()  
  7. headhead = head + ":" + System.DateTime.
    Now.Second.ToString() + ":" + 
    System.DateTime.Now.Millisecond.ToString()  
  8. Msg = head + System.Environment.
    NewLine + Msg + System.Environment.NewLine  
  9. Dim strDate As String  
  10. strDate = System.DateTime.Now.
    ToString("yyyyMMdd")  
  11. Dim strFile As String  
  12. strFile = varAppPath + "\" + 
    strDate + ".log"  
  13. Dim SW As System.IO.StreamWriter  
  14. SW = New System.IO.StreamWriter
    (strFile, True)  
  15. SW.WriteLine(Msg)  
  16. SW.Flush()  
  17. SW.Close()  
  18. End Sub 

VB.NET写Log方法相关代码编写方法就为大家介绍到这里。

新闻标题:VB.NET写Log方法详细介绍
标题路径:http://www.gawzjz.com/qtweb/news35/201035.html

网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联