C# Class Common.Logging.Factory.AbstractLogger.FormatMessageCallbackFormattedMessage

Afficher le fichier Open project: net-commons/common-logging

Protected Properties

Свойство Type Description
cachedArguments object[]
cachedFormat string
cachedMessage string
formatMessageCallback System.Action
formatProvider IFormatProvider

Méthodes publiques

Méthode Description
FormatMessageCallbackFormattedMessage ( IFormatProvider formatProvider, System.Action formatMessageCallback ) : System

Initializes a new instance of the FormatMessageCallbackFormattedMessage class.

FormatMessageCallbackFormattedMessage ( System.Action formatMessageCallback ) : System

Initializes a new instance of the FormatMessageCallbackFormattedMessage class.

ToString ( ) : string

Calls formatMessageCallback and returns result.

Private Methods

Méthode Description
FormatMessage ( string format ) : string

Method Details

FormatMessageCallbackFormattedMessage() public méthode

Initializes a new instance of the FormatMessageCallbackFormattedMessage class.
public FormatMessageCallbackFormattedMessage ( IFormatProvider formatProvider, System.Action formatMessageCallback ) : System
formatProvider IFormatProvider The format provider.
formatMessageCallback System.Action The format message callback.
Résultat System

FormatMessageCallbackFormattedMessage() public méthode

Initializes a new instance of the FormatMessageCallbackFormattedMessage class.
public FormatMessageCallbackFormattedMessage ( System.Action formatMessageCallback ) : System
formatMessageCallback System.Action The format message callback.
Résultat System

ToString() public méthode

Calls formatMessageCallback and returns result.
public ToString ( ) : string
Résultat string

Property Details

cachedArguments protected_oe property

The cached arguments
protected object[] cachedArguments
Résultat object[]

cachedFormat protected_oe property

The cached format
protected string cachedFormat
Résultat string

cachedMessage protected_oe property

The cached message
protected string cachedMessage
Résultat string

formatMessageCallback protected_oe property

The format message callback
protected System.Action formatMessageCallback
Résultat System.Action

formatProvider protected_oe property

The format provider
protected IFormatProvider formatProvider
Résultat IFormatProvider