C# Class SampleAppendersApp.LoggingExample

Example of how to simply configure and use log4net
Afficher le fichier Open project: aurora-sim/Aurora-Libs

Méthodes publiques

Méthode Description
Main ( string args ) : void

Application entry point

Private Methods

Méthode Description
Bar ( ) : void
FireEventAppender_MessageLoggedEventHandler ( object sender, MessageLoggedEventArgs e ) : void
Foo ( ) : void
Goo ( ) : void

Method Details

Main() public static méthode

Application entry point
public static Main ( string args ) : void
args string command line arguments
Résultat void