C# Class PayPal.Log.Logger

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

Public Methods

Method Description
Debug ( string message ) : void

Call loggers' Debug

Debug ( string message, System exception ) : void

Call loggers' Debug

DebugFormat ( string format ) : void

Call loggers' DebugFormat

Error ( string message ) : void

Call loggers' Error

Error ( string message, System exception ) : void

Call loggers' Error

ErrorFormat ( string format ) : void

Call loggers' ErrorFormat

Flush ( ) : void

Flush the loggers

GetLogger ( Type givenType ) : Logger
Info ( string message ) : void

Call loggers' Info

Info ( string message, System exception ) : void

Call loggers' Info

InfoFormat ( string format ) : void

Call loggers' InfoFormat

Warn ( string message ) : void

Call loggers' Warn

Warn ( string message, System exception ) : void

Call loggers' Warn

WarnFormat ( string format ) : void

Call loggers' WarnFormat

Private Methods

Method Description
ConfigureLoggers ( ) : void
Logger ( Type givenType ) : System

Method Details

Debug() public method

Call loggers' Debug
public Debug ( string message ) : void
message string
return void

Debug() public method

Call loggers' Debug
public Debug ( string message, System exception ) : void
message string
exception System
return void

DebugFormat() public method

Call loggers' DebugFormat
public DebugFormat ( string format ) : void
format string
return void

Error() public method

Call loggers' Error
public Error ( string message ) : void
message string
return void

Error() public method

Call loggers' Error
public Error ( string message, System exception ) : void
message string
exception System
return void

ErrorFormat() public method

Call loggers' ErrorFormat
public ErrorFormat ( string format ) : void
format string
return void

Flush() public method

Flush the loggers
public Flush ( ) : void
return void

GetLogger() public static method

public static GetLogger ( Type givenType ) : Logger
givenType Type
return Logger

Info() public method

Call loggers' Info
public Info ( string message ) : void
message string
return void

Info() public method

Call loggers' Info
public Info ( string message, System exception ) : void
message string
exception System
return void

InfoFormat() public method

Call loggers' InfoFormat
public InfoFormat ( string format ) : void
format string
return void

Warn() public method

Call loggers' Warn
public Warn ( string message ) : void
message string
return void

Warn() public method

Call loggers' Warn
public Warn ( string message, System exception ) : void
message string
exception System
return void

WarnFormat() public method

Call loggers' WarnFormat
public WarnFormat ( string format ) : void
format string
return void