C# Class GoodAI.Logging.Log

Logger. Call Log.Instance.Method(). Implemented as queue (FIFO).
Inheritance: Logger.AbstractLog, ILog
Exibir arquivo Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Add ( Severity severity, Exception ex, string template ) : void
Add ( Severity severity, string template ) : void

Method Details

Add() public method

public Add ( Severity severity, Exception ex, string template ) : void
severity Severity
ex System.Exception
template string
return void

Add() public method

public Add ( Severity severity, string template ) : void
severity Severity
template string
return void