Table of Contents

Class Log4netOptions

Namespace
H.Extensions.Log4net
Assembly
H.Extensions.Log4net.dll
[Icon("")]
[Display(Name = "日志配置", GroupName = "系统设置", Description = "登录页面设置的信息")]
public class Log4netOptions : IocOptionInstance<Log4netOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<Log4netOptions>, ILog4netOptions
Inheritance
Log4netOptions
Implements
Inherited Members
Extension Methods

Properties

LogPath

[Display(Name = "日志路径")]
public string LogPath { get; set; }

Property Value

string

tempPath

[Display(Name = "缓存路径")]
public string tempPath { get; set; }

Property Value

string

Methods

LoadDefault()

加载默认值。

public override void LoadDefault()