C# Класс Amazon.Runtime.Internal.Util.InternalLogger

Abstract logger class, base for any custom/specific loggers.
Показать файл Открыть проект

Открытые методы

Метод Описание
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