You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
using NLog;
|
|
|
|
namespace Common.Helper.Nlog
|
|
{
|
|
/// <summary>
|
|
/// 日志静态类
|
|
/// </summary>
|
|
public class LogHelper
|
|
{
|
|
|
|
/// <summary>
|
|
/// 日志调用对象
|
|
/// </summary>
|
|
public static readonly NLog.Logger Log = LogManager.GetCurrentClassLogger();
|
|
|
|
}
|
|
|
|
} |