C# Class ConsoleApp.LoggingExample

Example of how to simply configure and use log4net
Show file Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method Description
LogEvents ( ) : void

Logs events.

Main ( string args ) : void

Application entry point

Private Methods

Method Description
Bar ( ) : void
Foo ( ) : void
Goo ( ) : void

Method Details

LogEvents() public static method

Logs events.
public static LogEvents ( ) : void
return void

Main() public static method

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