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

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

Méthodes publiques

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

Prints the Log with Debug Level

DebugFormat ( string message ) : void

Prints the Log with Debug Level

Error ( Exception exception, string messageFormat ) : void

Prints the Log With Error Level

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

Prints the Log With Info Level

InternalFileLogger ( Type declaringType ) : Amazon.Util.Internal

Private Methods

Méthode Description
Log ( LogLevel level, string message ) : void
LogAsync ( StringBuilder buffer ) : void
Queue ( LogMessage message ) : void
RollingLogFileNameAsync ( IFolder folder ) : Task

Method Details

Debug() public méthode

Prints the Log with Debug Level
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Résultat void

DebugFormat() public méthode

Prints the Log with Debug Level
public DebugFormat ( string message ) : void
message string
Résultat void

Error() public méthode

Prints the Log With Error Level
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

Prints the Log With Info Level
public InfoFormat ( string message ) : void
message string
Résultat void

InternalFileLogger() public méthode

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