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

Inheritance: InternalLogger
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Свойство Type Description
_sequanceId long

Méthodes publiques

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

Write debug message to Console

DebugFormat ( string message ) : void

Write debug message to Console

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.

InternalConsoleLogger ( Type declaringType ) : Amazon.Util

Private Methods

Méthode Description
Log ( LogLevel logLevel, string message, Exception ex ) : void

Method Details

Debug() public méthode

Write debug message to Console
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Résultat void

DebugFormat() public méthode

Write debug message to Console
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

InternalConsoleLogger() public méthode

public InternalConsoleLogger ( Type declaringType ) : Amazon.Util
declaringType System.Type
Résultat Amazon.Util

Property Details

_sequanceId public_oe static_oe property

public static long _sequanceId
Résultat long