C# Class Logger.LogMessage

Exibir arquivo Open project: GoodAI/BrainSimulator Class Usage Examples

Public Properties

Property Type Description
Time System.DateTime

Public Methods

Method Description
LogMessage ( Severity severity, string template, object objects, Exception exception ) : System

Method Details

LogMessage() public method

public LogMessage ( Severity severity, string template, object objects, Exception exception ) : System
severity Severity
template string
objects object
exception System.Exception
return System

Property Details

Time public_oe property

public DateTime,System Time
return System.DateTime