프로퍼티 | 타입 | 설명 | |
---|---|---|---|
TheFactory | IFileAppenderFactory |
메소드 | 설명 | |
---|---|---|
Close ( ) : void |
Closes this instance of the appender.
|
|
CountingSingleProcessFileAppender ( string fileName, ICreateFileParameters parameters ) : System |
Initializes a new instance of the CountingSingleProcessFileAppender class.
|
|
Flush ( ) : void |
Flushes this current appender.
|
|
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.
|
|
Write ( byte bytes ) : void |
Writes the specified bytes to a file.
|
public CountingSingleProcessFileAppender ( string fileName, ICreateFileParameters parameters ) : System | ||
fileName | string | Name of the file. |
parameters | ICreateFileParameters | The parameters. |
리턴 | System |