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

This is a dynamic wrapper around log4net so we can avoid log4net being required to be distributed with the SDK.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClearLoggerCache ( ) : void
Debug ( Exception exception, string messageFormat ) : void
DebugFormat ( string messageFormat ) : void
Error ( Exception exception, string messageFormat ) : void
Flush ( ) : void
GetLogger ( Type type ) : Logger
InfoFormat ( string messageFormat ) : void

Приватные методы

Метод Описание
ConfigsChanged ( object sender, PropertyChangedEventArgs e ) : void
ConfigureLoggers ( ) : void
Logger ( ) : System
Logger ( Type type ) : System

Описание методов

ClearLoggerCache() публичный статический Метод

public static ClearLoggerCache ( ) : void
Результат void

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

GetLogger() публичный статический Метод

public static GetLogger ( Type type ) : Logger
type System.Type
Результат Logger

InfoFormat() публичный Метод

public InfoFormat ( string messageFormat ) : void
messageFormat string
Результат void