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.
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

ClearLoggerCache() public static méthode

public static ClearLoggerCache ( ) : void
Résultat void

Debug() public méthode

public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Résultat void

DebugFormat() public méthode

public DebugFormat ( string messageFormat ) : void
messageFormat string
Résultat void

Error() public méthode

public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetLogger() public static méthode

public static GetLogger ( Type type ) : Logger
type System.Type
Résultat Logger

InfoFormat() public méthode

public InfoFormat ( string messageFormat ) : void
messageFormat string
Résultat void