C# Class GoodAI.Logging.Log

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

Méthodes publiques

Méthode Description
Add ( Severity severity, Exception ex, string template ) : void
Add ( Severity severity, string template ) : void

Method Details

Add() public méthode

public Add ( Severity severity, Exception ex, string template ) : void
severity Severity
ex System.Exception
template string
Résultat void

Add() public méthode

public Add ( Severity severity, string template ) : void
severity Severity
template string
Résultat void