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

Logger wrapper for reflected log4net logging methods.
Inheritance: InternalLogger
Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( Exception exception, string messageFormat ) : void

Simple wrapper around the log4net Debug method.

DebugFormat ( string message ) : void

Simple wrapper around the log4net DebugFormat method.

Error ( Exception exception, string messageFormat ) : void

Simple wrapper around the log4net Error method.

Flush ( ) : void
InfoFormat ( string message ) : void

Simple wrapper around the log4net InfoFormat method.

InternalLog4netLogger ( Type declaringType ) : System

Private Methods

Méthode Description
loadStatics ( ) : void

This should be a one time call to use reflection to find all the types and methods needed for the logging API.

Method Details

Debug() public méthode

Simple wrapper around the log4net Debug method.
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Résultat void

DebugFormat() public méthode

Simple wrapper around the log4net DebugFormat method.
public DebugFormat ( string message ) : void
message string
Résultat void

Error() public méthode

Simple wrapper around the log4net Error method.
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

InfoFormat() public méthode

Simple wrapper around the log4net InfoFormat method.
public InfoFormat ( string message ) : void
message string
Résultat void

InternalLog4netLogger() public méthode

public InternalLog4netLogger ( Type declaringType ) : System
declaringType System.Type
Résultat System