C# 클래스 Jackett.Engine

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

공개 메소드들

메소드 설명
BuildContainer ( ) : void
GetContainer ( ) : IContainer
SetLogLevel ( NLog.LogLevel level ) : void
SetupLogging ( ContainerBuilder builder = null, string logfile = "log.txt" ) : void

비공개 메소드들

메소드 설명
Engine ( ) : Autofac

메소드 상세

BuildContainer() 공개 정적인 메소드

public static BuildContainer ( ) : void
리턴 void

GetContainer() 공개 정적인 메소드

public static GetContainer ( ) : IContainer
리턴 IContainer

SetLogLevel() 공개 정적인 메소드

public static SetLogLevel ( NLog.LogLevel level ) : void
level NLog.LogLevel
리턴 void

SetupLogging() 공개 정적인 메소드

public static SetupLogging ( ContainerBuilder builder = null, string logfile = "log.txt" ) : void
builder Autofac.ContainerBuilder
logfile string
리턴 void