Méthode | Description | |
---|---|---|
ActivateOptions ( ) : void | ||
PluginRollingFileAppender ( ) : System | ||
PluginRollingFileAppender ( |
Méthode | Description | |
---|---|---|
AdjustFileBeforeAppend ( System.DateTime timeStamp ) : void | ||
Append ( log4net.Core.LoggingEvent loggingEvent ) : void | ||
DeleteFile ( string fileName ) : void | ||
ExistingInit ( ) : void | ||
FileExists ( string path ) : bool | ||
GetNextOutputFileName ( string fileName ) : string | ||
NextCheckDate ( System.DateTime currentDateTime, RollPoint rollPoint ) : System.DateTime | ||
OnClose ( ) : void | ||
OpenFile ( string fileName, bool append ) : void | ||
RollFile ( string fromFile, string toFile ) : void | ||
RollOverRenameFiles ( string baseFileName, System.DateTime timeStamp ) : void | ||
RollOverSize ( System.DateTime timeStamp ) : void | ||
RollOverTime ( bool fileIsOpen ) : void | ||
SetQWForFiles ( |
Méthode | Description | |
---|---|---|
ComputeCheckPeriod ( string datePattern ) : RollPoint | ||
DetermineCurSizeRollBackups ( ) : void | ||
GetExistingFiles ( string baseFilePath ) : IEnumerable |
||
GetFileName ( string accountName, string profileName, string fileName, IActivityLogPathProvider path ) : string | ||
Initialize ( |
||
InitializeFromOneFile ( string baseFile, string curFileName ) : void | ||
InitializeRollBackups ( string baseFile, IEnumerable |
||
RollOverIfDateBoundaryCrossing ( ) : void |
protected AdjustFileBeforeAppend ( System.DateTime timeStamp ) : void | ||
timeStamp | System.DateTime | |
Résultat | void |
protected Append ( log4net.Core.LoggingEvent loggingEvent ) : void | ||
loggingEvent | log4net.Core.LoggingEvent | |
Résultat | void |
protected DeleteFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
protected FileExists ( string path ) : bool | ||
path | string | |
Résultat | bool |
protected GetNextOutputFileName ( string fileName ) : string | ||
fileName | string | |
Résultat | string |
protected NextCheckDate ( System.DateTime currentDateTime, RollPoint rollPoint ) : System.DateTime | ||
currentDateTime | System.DateTime | |
rollPoint | RollPoint | |
Résultat | System.DateTime |
protected OpenFile ( string fileName, bool append ) : void | ||
fileName | string | |
append | bool | |
Résultat | void |
public PluginRollingFileAppender ( ) : System | ||
Résultat | System |
public PluginRollingFileAppender ( |
||
baseAppender | ||
path | IActivityLogPathProvider | |
locker | Locker | |
accountName | string | |
profileName | string | |
Résultat | System |
protected RollFile ( string fromFile, string toFile ) : void | ||
fromFile | string | |
toFile | string | |
Résultat | void |
protected RollOverRenameFiles ( string baseFileName, System.DateTime timeStamp ) : void | ||
baseFileName | string | |
timeStamp | System.DateTime | |
Résultat | void |
protected RollOverSize ( System.DateTime timeStamp ) : void | ||
timeStamp | System.DateTime | |
Résultat | void |
protected RollOverTime ( bool fileIsOpen ) : void | ||
fileIsOpen | bool | |
Résultat | void |
protected SetQWForFiles ( |
||
writer | ||
Résultat | void |