C# 클래스 Amazon.Runtime.Internal.Util.InternalConsoleLogger

상속: InternalLogger
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_sequanceId long

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Log ( LogLevel logLevel, string message, Exception ex ) : void

메소드 상세

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

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

Error() 공개 메소드

Simple wrapper around the log4net Error method.
public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

InfoFormat() 공개 메소드

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

InternalConsoleLogger() 공개 메소드

public InternalConsoleLogger ( Type declaringType ) : Amazon.Util
declaringType System.Type
리턴 Amazon.Util

프로퍼티 상세

_sequanceId 공개적으로 정적으로 프로퍼티

public static long _sequanceId
리턴 long