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

Logger wrapper for System.Diagnostics.TraceSource logger.
Наследование: InternalLogger
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Debug ( Exception exception, string messageFormat ) : void
DebugFormat ( string messageFormat ) : void
Error ( Exception exception, string messageFormat ) : void
Flush ( ) : void
InfoFormat ( string message ) : void
InternalSystemDiagnosticsLogger ( Type declaringType ) : System

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

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

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

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

InternalSystemDiagnosticsLogger() публичный метод

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