C# 클래스 Logging.LoggingManager

파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the NLog logging configuration.

Using DLL injection, we can't place an Nlog.config file in our target directory, so we have to create the configuration during runtime.

메소드 상세

Initialize() 공개 정적인 메소드

Initializes the NLog logging configuration.
Using DLL injection, we can't place an Nlog.config file in our target directory, so we have to create the configuration during runtime.
public static Initialize ( ) : void
리턴 void