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

Logger wrapper for System.Diagnostics.TraceSource logger.
Inheritance: InternalLogger
Datei anzeigen Open project: scopely/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
InternalSystemDiagnosticsLogger ( 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

InternalSystemDiagnosticsLogger() public method

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