如果我们想使用VB.NET进行代码编写的话,首先就要从基本概念开始了解,然后通过不断的实践练习来积累一定的运用经验,才能很好的通过这款语言来实现我们需要的各种需求。下面就先来了解一下有关VB.NET写Log方法的相关操作。#t#
创新互联公司主营奎文网站建设的网络公司,主营网站建设方案,成都app开发,奎文h5微信小程序开发搭建,奎文网站营销推广欢迎奎文等地区企业咨询
最近在项目中有用到VB.NET写Log方法的功能.具体代码如下:
Code
- Public Sub WriteLog()Sub
WriteLog(ByVal Msg As String) - Dim varAppPath As String
- varAppPath = System.AppDomain.
CurrentDomain.SetupInformation.
ApplicationBase + "log" - System.IO.Directory.CreateDirectory
(varAppPath) - Dim head As String
- head = System.DateTime.Now.Hour.
ToString() + ":" + System.DateTime.
Now.Minute.ToString() - headhead = head + ":" + System.DateTime.
Now.Second.ToString() + ":" +
System.DateTime.Now.Millisecond.ToString() - Msg = head + System.Environment.
NewLine + Msg + System.Environment.NewLine - Dim strDate As String
- strDate = System.DateTime.Now.
ToString("yyyyMMdd") - Dim strFile As String
- strFile = varAppPath + "\" +
strDate + ".log" - Dim SW As System.IO.StreamWriter
- SW = New System.IO.StreamWriter
(strFile, True) - SW.WriteLine(Msg)
- SW.Flush()
- SW.Close()
- End Sub
VB.NET写Log方法相关代码编写方法就为大家介绍到这里。
新闻标题:VB.NET写Log方法详细介绍
标题路径:http://www.gawzjz.com/qtweb/news35/201035.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
广告
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源:
创新互联