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

Abstract logger class, base for any custom/specific loggers.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

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

Flushes the logger contents.

InfoFormat ( string message ) : void

Simple wrapper around the log4net InfoFormat method.

InternalLogger ( Type declaringType ) : System

메소드 상세

Debug() 공개 추상적인 메소드

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

DebugFormat() 공개 추상적인 메소드

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

Error() 공개 추상적인 메소드

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

Flush() 공개 추상적인 메소드

Flushes the logger contents.
public abstract Flush ( ) : void
리턴 void

InfoFormat() 공개 추상적인 메소드

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

InternalLogger() 공개 메소드

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