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

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

공개 메소드들

메소드 설명
Debug ( Exception exception, string messageFormat ) : void
DebugFormat ( string messageFormat ) : void
Error ( Exception exception, string messageFormat ) : void
Flush ( ) : void
InfoFormat ( string message ) : void
UnityDebugLogger ( Type declaringType ) : System

메소드 상세

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

InfoFormat() 공개 메소드

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

UnityDebugLogger() 공개 메소드

public UnityDebugLogger ( Type declaringType ) : System
declaringType System.Type
리턴 System