RollingFileLogAppender.RollingFileLogAppender Constructors
Initializes a new instance of the RollingFileLogAppender class.
Overload List
Name | Description | |
---|---|---|
Public method | RollingFileLogAppender(System.String fileName) | Initializes a new instance of the RollingFileLogAppender class that writes to four rolling files with a maximum file size of 10MB. |
Public method | RollingFileLogAppender(System.String fileName, System.UInt32 fileCount) | Initializes a new instance of the RollingFileLogAppender class that writes to the specified number of rolling files with a maximum file size of 10MB. |
Public method | RollingFileLogAppender(System.String fileName, System.UInt32 fileCount, System.UInt32 maximumFileSize) | Initializes a new instance of the RollingFileLogAppender class with the specified number of rolling files and maximum file size. |
RollingFileLogAppender(System.String fileName)
Initializes a new instance of the RollingFileLogAppender class that writes to four rolling files with a maximum file size of 10MB.Syntax
public RollingFileLogAppender (
System.String fileName
)
Parameters
fileName
Type: System.String
The base file name for the log files.
The base file name for the log files.
RollingFileLogAppender(System.String fileName, System.UInt32 fileCount)
Initializes a new instance of the RollingFileLogAppender class that writes to the specified number of rolling files with a maximum file size of 10MB.Syntax
public RollingFileLogAppender (
System.String fileName,
System.UInt32 fileCount
)
Parameters
fileName
Type: System.String
The base file name for the log files.
The base file name for the log files.
fileCount
Type: System.UInt32
The number of rolling log files. Must be greater than zero.
The number of rolling log files. Must be greater than zero.
RollingFileLogAppender(System.String fileName, System.UInt32 fileCount, System.UInt32 maximumFileSize)
Initializes a new instance of the RollingFileLogAppender class with the specified number of rolling files and maximum file size.Syntax
public RollingFileLogAppender (
System.String fileName,
System.UInt32 fileCount,
System.UInt32 maximumFileSize
)
Parameters
fileName
Type: System.String
The base file name for the log files.
The base file name for the log files.
fileCount
Type: System.UInt32
The number of rolling log files. Must be greater than zero.
The number of rolling log files. Must be greater than zero.
maximumFileSize
Type: System.UInt32
The maximum log file size in bytes.
The maximum log file size in bytes.
Platforms
Windows, Linux, Android