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

Inheritance: InternalLogger
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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 method

public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void

DebugFormat() public method

public DebugFormat ( string messageFormat ) : void
messageFormat string
return void

Error() public method

public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void

Flush() public method

public Flush ( ) : void
return void

InfoFormat() public method

public InfoFormat ( string message ) : void
message string
return void

UnityDebugLogger() public method

public UnityDebugLogger ( Type declaringType ) : System
declaringType System.Type
return System