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

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

Открытые свойства

Свойство Тип Описание
_sequanceId long

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

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

Write debug message to Console

DebugFormat ( string message ) : void

Write debug message to Console

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.

InternalConsoleLogger ( Type declaringType ) : Amazon.Util

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

Метод Описание
Log ( LogLevel logLevel, string message, Exception ex ) : void

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

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

Write debug message to Console
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void

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

Write debug message to Console
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

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

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

Описание свойств

_sequanceId публичное статическое свойство

public static long _sequanceId
Результат long