C# 클래스 ConsoleApp.LoggingExample

Example of how to simply configure and use log4net
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs 1 사용 예제들

공개 메소드들

메소드 설명
LogEvents ( ) : void

Logs events.

Main ( string args ) : void

Application entry point

비공개 메소드들

메소드 설명
Bar ( ) : void
Foo ( ) : void
Goo ( ) : void

메소드 상세

LogEvents() 공개 정적인 메소드

Logs events.
public static LogEvents ( ) : void
리턴 void

Main() 공개 정적인 메소드

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