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

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

공개 메소드들

메소드 설명
Debug ( Exception exception, string messageFormat ) : void

Prints the Log with Debug Level

DebugFormat ( string message ) : void

Prints the Log with Debug Level

Error ( Exception exception, string messageFormat ) : void

Prints the Log With Error Level

Flush ( ) : void
InfoFormat ( string message ) : void

Prints the Log With Info Level

InternalFileLogger ( Type declaringType ) : Amazon.Util.Internal

비공개 메소드들

메소드 설명
Log ( LogLevel level, string message ) : void
LogAsync ( StringBuilder buffer ) : void
Queue ( LogMessage message ) : void
RollingLogFileNameAsync ( IFolder folder ) : Task

메소드 상세

Debug() 공개 메소드

Prints the Log with Debug Level
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
리턴 void

DebugFormat() 공개 메소드

Prints the Log with Debug Level
public DebugFormat ( string message ) : void
message string
리턴 void

Error() 공개 메소드

Prints the Log With Error Level
public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

InfoFormat() 공개 메소드

Prints the Log With Info Level
public InfoFormat ( string message ) : void
message string
리턴 void

InternalFileLogger() 공개 메소드

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