Commit 1a51598c by liulongfei

日志操作

parent 5ecff6c6
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
{
}
}
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 = "系统关闭";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment