C# Class Foobricator.Tools.DebugInfo

Class to provide debugging information.
Inheritance: IFormattable
Mostrar archivo Open project: geoffles/Foobricator

Public Methods

Method Description
ToString ( string format, IFormatProvider formatProvider ) : string

Get a text description of the debug info.

Private Methods

Method Description
DefaultFormat ( ) : string

Default formatting. Can be configured with Foobricator.Tools.Log.

Method Details

ToString() public method

Get a text description of the debug info.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string See details for format options
formatProvider IFormatProvider Not used
return string