C# Class Amazon.Runtime.Internal.Util.Logger

This is a dynamic wrapper around log4net so we can avoid log4net being required to be distributed with the SDK.
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ClearLoggerCache ( ) : void
Debug ( Exception exception, string messageFormat ) : void
DebugFormat ( string messageFormat ) : void
Error ( Exception exception, string messageFormat ) : void
Flush ( ) : void
GetLogger ( Type type ) : Logger
InfoFormat ( string messageFormat ) : void

Private Methods

Method Description
ConfigsChanged ( object sender, PropertyChangedEventArgs e ) : void
ConfigureLoggers ( ) : void
Logger ( ) : System
Logger ( Type type ) : System

Method Details

ClearLoggerCache() public static method

public static ClearLoggerCache ( ) : void
return void

Debug() public method

public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void

DebugFormat() public method

public DebugFormat ( string messageFormat ) : void
messageFormat string
return void

Error() public method

public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void

Flush() public method

public Flush ( ) : void
return void

GetLogger() public static method

public static GetLogger ( Type type ) : Logger
type System.Type
return Logger

InfoFormat() public method

public InfoFormat ( string messageFormat ) : void
messageFormat string
return void