C# Class PayPal.Log.LogMessage

Log message
显示文件 Open project: paypal/PayPal-NET-SDK

Public Methods

Method Description
LogMessage ( IFormatProvider provider, string format ) : System

Constructor that logs the specified formatted message using the defined provider.

LogMessage ( string message ) : System

Constructor that logs the specified message.

ToString ( ) : string

Converts the stored message details into a string to be logged.

Method Details

LogMessage() public method

Constructor that logs the specified formatted message using the defined provider.
public LogMessage ( IFormatProvider provider, string format ) : System
provider IFormatProvider
format string
return System

LogMessage() public method

Constructor that logs the specified message.
public LogMessage ( string message ) : System
message string
return System

ToString() public method

Converts the stored message details into a string to be logged.
public ToString ( ) : string
return string