C# Класс ConfigInjector.UnitTests.MemoryLogger.LogEntry

Показать файл Открыть проект

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

Метод Описание
LogEntry ( Exception exception, string template ) : System
LogEntry ( string template ) : System

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

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

public LogEntry ( Exception exception, string template ) : System
exception System.Exception
template string
Результат System

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

public LogEntry ( string template ) : System
template string
Результат System