C# Class Encog.Util.Logging.Logging

A simple class used to quickly configure the log4j package that Encog uses.
显示文件 Open project: encog/encog-silverlight-core

Public Methods

Method Description
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.

Method Details

GetRootRepository() public static method

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

StartConsoleLogging() public static method

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

StopConsoleLogging() public static method

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