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

This is a dynamic wrapper around log4net so we can avoid log4net being required to be distributed with the SDK.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ClearLoggerCache ( ) : void
Debug ( Exception exception, string messageFormat ) : void
DebugFormat ( string messageFormat ) : void
Error ( Exception exception, string messageFormat ) : void
Flush ( ) : void
GetLogger ( Type type ) : Logger
InfoFormat ( string messageFormat ) : void

비공개 메소드들

메소드 설명
ConfigsChanged ( object sender, PropertyChangedEventArgs e ) : void
ConfigureLoggers ( ) : void
Logger ( ) : System
Logger ( Type type ) : System

메소드 상세

ClearLoggerCache() 공개 정적인 메소드

public static ClearLoggerCache ( ) : void
리턴 void

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

public DebugFormat ( string messageFormat ) : void
messageFormat string
리턴 void

Error() 공개 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetLogger() 공개 정적인 메소드

public static GetLogger ( Type type ) : Logger
type System.Type
리턴 Logger

InfoFormat() 공개 메소드

public InfoFormat ( string messageFormat ) : void
messageFormat string
리턴 void