C# Class CustomFileAppender, code

Inheritance: RollingFileAppender
Show file Open project: shendongnian/code

Protected Methods

Method Description
OpenFile ( string fileName, bool append ) : void

Method Details

OpenFile() protected method

protected OpenFile ( string fileName, bool append ) : void
fileName string
append bool
return void