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

Logger wrapper for reflected log4net logging methods.
Наследование: InternalLogger
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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
InfoFormat ( string message ) : void

Simple wrapper around the log4net InfoFormat method.

InternalLog4netLogger ( Type declaringType ) : System

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

Метод Описание
loadStatics ( ) : void

This should be a one time call to use reflection to find all the types and methods needed for the logging API.

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

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

Simple wrapper around the log4net Debug method.
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void

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

Simple wrapper around the log4net DebugFormat method.
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

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

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