C# Class Elmah.ErrorTextFormatter

Provides the base contract for implementations that render text-based formatting for an error.
Datei anzeigen Open project: elmah/Elmah Class Usage Examples

Public Methods

Method Description
Format ( System.IO.TextWriter writer, Error error ) : void

Formats a text representation of the given Error instance using a TextWriter.

Method Details

Format() public abstract method

Formats a text representation of the given Error instance using a TextWriter.
public abstract Format ( System.IO.TextWriter writer, Error error ) : void
writer System.IO.TextWriter
error Error
return void