Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.H2V
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.H2V
Commits
1a51598c
Commit
1a51598c
authored
Oct 26, 2022
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志操作
parent
5ecff6c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
VIZ.H2V.Storage/CSV/Log/SystemLog.cs
+12
-0
VIZ.H2V.Storage/CSV/Log/SystemLogStringFormats.cs
+24
-0
No files found.
VIZ.H2V.Storage/CSV/Log/SystemLog.cs
0 → 100644
View file @
1a51598c
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
VIZ.H2V.Storage.CSV.Log
{
internal
class
SystemLog
{
}
}
VIZ.H2V.Storage/CSV/Log/SystemLogStringFormats.cs
0 → 100644
View file @
1a51598c
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
VIZ.H2V.Storage
{
/// <summary>
/// 系统日志格式化字符串
/// </summary>
public
static
class
SystemLogStringFormats
{
/// <summary>
/// 系统启动
/// </summary>
public
const
string
APPLICATION_SETUP
=
"系统启动"
;
/// <summary>
/// 系统关闭
/// </summary>
public
const
string
APPLICATION_SHUTDOWN
=
"系统关闭"
;
}
}
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