Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.Package
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.Package
Commits
27440b46
Commit
27440b46
authored
Feb 08, 2023
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 项目默认打开上一次打开的项目
2. 控制对象位置值隐藏右侧的编辑模式
parent
1435e982
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
VIZ.Package.Common/Log/LogExpand.cs
+25
-0
No files found.
VIZ.Package.Common/Log/LogExpand.cs
0 → 100644
View file @
27440b46
using
log4net
;
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
VIZ.Package.Common
{
/// <summary>
/// 日志扩展
/// </summary>
public
static
class
LogExpand
{
/// <summary>
/// 添加命令日志
/// </summary>
/// <param name="log">日志</param>
/// <param name="msg">消息</param>
public
static
void
AppendCommandLog
(
this
ILog
log
,
string
msg
)
{
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment