C# Class Patterns.Logging.LogValueFormatterBase

Provides a base class for log value formatters.
Inheritance: ILogValueFormatter
Afficher le fichier Open project: patterns-group/code-patterns

Méthodes publiques

Méthode Description
Format ( object value ) : string

Formats the specified value.

Méthodes protégées

Méthode Description
ConvertValueForDisplay ( object value ) : object

Converts the value for display.

Method Details

ConvertValueForDisplay() protected méthode

Converts the value for display.
protected ConvertValueForDisplay ( object value ) : object
value object The value.
Résultat object

Format() public méthode

Formats the specified value.
public Format ( object value ) : string
value object The value.
Résultat string