C# Class SampleAppendersApp.LoggingExample

Example of how to simply configure and use log4net
Mostra file Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
Main ( string args ) : void

Application entry point

Private Methods

Method Description
Bar ( ) : void
FireEventAppender_MessageLoggedEventHandler ( object sender, MessageLoggedEventArgs e ) : void
Foo ( ) : void
Goo ( ) : void

Method Details

Main() public static method

Application entry point
public static Main ( string args ) : void
args string command line arguments
return void