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

Logger wrapper for reflected log4net logging methods.
상속: InternalLogger
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

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

Simple wrapper around the log4net Debug method.

DebugFormat ( string message ) : void

Simple wrapper around the log4net DebugFormat method.

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.

InternalLog4netLogger ( Type declaringType ) : System

비공개 메소드들

메소드 설명
loadStatics ( ) : void

This should be a one time call to use reflection to find all the types and methods needed for the logging API.

메소드 상세

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

Simple wrapper around the log4net DebugFormat method.
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

InternalLog4netLogger() 공개 메소드

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