C# 클래스 Common.Logging.Factory.AbstractLogger.FormatMessageCallbackFormattedMessage

파일 보기 프로젝트 열기: net-commons/common-logging

보호된 프로퍼티들

프로퍼티 타입 설명
cachedArguments object[]
cachedFormat string
cachedMessage string
formatMessageCallback System.Action
formatProvider IFormatProvider

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
FormatMessage ( string format ) : string

메소드 상세

FormatMessageCallbackFormattedMessage() 공개 메소드

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.
리턴 System

FormatMessageCallbackFormattedMessage() 공개 메소드

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

ToString() 공개 메소드

Calls formatMessageCallback and returns result.
public ToString ( ) : string
리턴 string

프로퍼티 상세

cachedArguments 보호되어 있는 프로퍼티

The cached arguments
protected object[] cachedArguments
리턴 object[]

cachedFormat 보호되어 있는 프로퍼티

The cached format
protected string cachedFormat
리턴 string

cachedMessage 보호되어 있는 프로퍼티

The cached message
protected string cachedMessage
리턴 string

formatMessageCallback 보호되어 있는 프로퍼티

The format message callback
protected System.Action formatMessageCallback
리턴 System.Action

formatProvider 보호되어 있는 프로퍼티

The format provider
protected IFormatProvider formatProvider
리턴 IFormatProvider