Method | Description | |
---|---|---|
FileLogListener ( Assembly assembly = null ) : System |
Initializes a new instance of the FileLogListener class.
|
|
FileLogListener ( string filePath, int maxSizeInKiloBytes, Assembly assembly = null ) : System |
Initializes a new instance of the FileLogListener class.
|
Method | Description | |
---|---|---|
DetermineFilePath ( string filePath ) : string |
Determines the real file path.
|
|
WriteBatch ( System |
Writes the batch of entries.
|
Method | Description | |
---|---|---|
CreateCopyOfCurrentLogFile ( string filePath ) : void | ||
Initialize ( bool initFilePath, Assembly assembly = null ) : void |
protected DetermineFilePath ( string filePath ) : string | ||
filePath | string | The file path to examine. |
return | string |
public FileLogListener ( Assembly assembly = null ) : System | ||
assembly | Assembly | The assembly to load the product info from. If |
return | System |
public FileLogListener ( string filePath, int maxSizeInKiloBytes, Assembly assembly = null ) : System | ||
filePath | string | The file path. |
maxSizeInKiloBytes | int | The max size in kilo bytes. |
assembly | Assembly | The assembly to load the product info from. If |
return | System |
protected WriteBatch ( System |
||
batchEntries | System |
The batch entries. |
return | Task |