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

Inheritance: InternalLogger
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
_sequanceId long

Public Methods

Method 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

Method Description
Log ( LogLevel logLevel, string message, Exception ex ) : void

Method Details

Debug() public method

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

DebugFormat() public method

Write debug message to Console
public DebugFormat ( string message ) : void
message string
return void

Error() public method

Simple wrapper around the log4net Error 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

Simple wrapper around the log4net InfoFormat method.
public InfoFormat ( string message ) : void
message string
return void

InternalConsoleLogger() public method

public InternalConsoleLogger ( Type declaringType ) : Amazon.Util
declaringType System.Type
return Amazon.Util

Property Details

_sequanceId public_oe static_oe property

public static long _sequanceId
return long