Property | Type | Description | |
---|---|---|---|
TheFactory | IFileAppenderFactory |
Method | Description | |
---|---|---|
Close ( ) : void |
Closes this instance.
|
|
Flush ( ) : void | ||
GetFileCreationTimeUtc ( ) : DateTime? |
Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal Time [UTC] standard.
|
|
GetFileLastWriteTimeUtc ( ) : DateTime? |
Gets the last time the file associated with the appeander is written. The time returned is in Coordinated Universal Time [UTC] standard.
|
|
GetFileLength ( ) : long? |
Gets the length in bytes of the file associated with the appeander.
|
|
UnixMultiProcessFileAppender ( string fileName, ICreateFileParameters parameters ) : System | ||
Write ( byte bytes ) : void |
public GetFileCreationTimeUtc ( ) : DateTime? | ||
return | DateTime? |
public GetFileLastWriteTimeUtc ( ) : DateTime? | ||
return | DateTime? |
public UnixMultiProcessFileAppender ( string fileName, ICreateFileParameters parameters ) : System | ||
fileName | string | |
parameters | ICreateFileParameters | |
return | System |