C# Класс Encog.Util.Logging.Logging

A simple class used to quickly configure the log4j package that Encog uses.
Показать файл Открыть проект

Открытые методы

Метод Описание
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