C# Class Logger.TWLogMessage

Exibir arquivo Open project: GoodAI/BrainSimulator

Public Methods

Method Description
TWLogMessage ( TWSeverity severity, string template, object objects, Exception exception, System.DateTime time ) : System
ToString ( ) : string

Method Details

TWLogMessage() public method

public TWLogMessage ( TWSeverity severity, string template, object objects, Exception exception, System.DateTime time ) : System
severity TWSeverity
template string
objects object
exception System.Exception
time System.DateTime
return System

ToString() public method

public ToString ( ) : string
return string