'Declaration
Public Shared Sub AddLogFileAppender( _ ByVal appenderName As String, _ ByVal fileName As String _ )
public static void AddLogFileAppender( string appenderName, string fileName )
This will create an initialize the appender. Nothing will be written to the file until this appender is associated with the root logger or any loggers in the hierarchy. See the AddAppenderToRoot and AddAppenderToLogger methods for more information on how to do this association.
NOTE: After you are finished configuring LogManager, you must call Reconfigure in order for the changes to fully take effect.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family