C# Class ConfigInjector.UnitTests.MemoryLogger.LogEntry

显示文件 Open project: uglybugger/ConfigInjector

Public Methods

Method Description
LogEntry ( Exception exception, string template ) : System
LogEntry ( string template ) : System

Method Details

LogEntry() public method

public LogEntry ( Exception exception, string template ) : System
exception System.Exception
template string
return System

LogEntry() public method

public LogEntry ( string template ) : System
template string
return System