Свойство | Type | Description | |
---|---|---|---|
DefaultFileNameTemplate | string | ||
NumberedFileNamePattern | string |
Méthode | Description | |
---|---|---|
GetNextFileName ( ) : string |
Returns the name to use for the next rolling log file. The name's numeric part is a value that is one greater than the highest number actually found in the BasePath location, or else is equal to 1. It is formatted according to FileNameTemplate
|
|
Validate ( ) : void |
Méthode | Description | |
---|---|---|
CreateFileNameGlobPattern ( ) : void |
The glob pattern to use for searching for file names that match the current FileNameTemplate. Essentially, the '#' is simply replaced with '?' as used by the operating system for glob searching, but we use the regex to get the other file name parts and store them for later use.
|
public static string DefaultFileNameTemplate | ||
Résultat | string |