C# 클래스 Encog.Util.Logging.Logging

A simple class used to quickly configure the log4j package that Encog uses.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
GetRootRepository ( ) : ILoggerRepository

Get the assembly's repository. From here we will perform much of the configuration.

StartConsoleLogging ( ) : void

Start logging to the console.

StopConsoleLogging ( ) : void

Stop logging to the console.

메소드 상세

GetRootRepository() 공개 정적인 메소드

Get the assembly's repository. From here we will perform much of the configuration.
public static GetRootRepository ( ) : ILoggerRepository
리턴 ILoggerRepository

StartConsoleLogging() 공개 정적인 메소드

Start logging to the console.
public static StartConsoleLogging ( ) : void
리턴 void

StopConsoleLogging() 공개 정적인 메소드

Stop logging to the console.
public static StopConsoleLogging ( ) : void
리턴 void