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

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
DebugFormat ( string messageFormat ) : void
Error ( Exception exception, string messageFormat ) : void
Flush ( ) : void
InfoFormat ( string message ) : void
UnityDebugLogger ( Type declaringType ) : System

Method Details

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

InfoFormat() public méthode

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

UnityDebugLogger() public méthode

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