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

Наследование: InternalLogger
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Debug ( Exception exception, string messageFormat ) : void

Prints the Log with Debug Level

DebugFormat ( string message ) : void

Prints the Log with Debug Level

Error ( Exception exception, string messageFormat ) : void

Prints the Log With Error Level

Flush ( ) : void
InfoFormat ( string message ) : void

Prints the Log With Info Level

InternalFileLogger ( Type declaringType ) : Amazon.Util.Internal

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

Метод Описание
Log ( LogLevel level, string message ) : void
LogAsync ( StringBuilder buffer ) : void
Queue ( LogMessage message ) : void
RollingLogFileNameAsync ( IFolder folder ) : Task

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

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

Prints the Log with Debug Level
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void

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

Prints the Log with Debug Level
public DebugFormat ( string message ) : void
message string
Результат void

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

Prints the Log With Error Level
public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void

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

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

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

Prints the Log With Info Level
public InfoFormat ( string message ) : void
message string
Результат void

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

public InternalFileLogger ( Type declaringType ) : Amazon.Util.Internal
declaringType System.Type
Результат Amazon.Util.Internal