C# Class Patcher.Logging.LogEntry

Show file Open project: unforbidable/patcher Class Usage Examples

Public Methods

Method Description
LogEntry ( LogLevel level, MethodBase caller, string text ) : System

Method Details

LogEntry() public method

public LogEntry ( LogLevel level, MethodBase caller, string text ) : System
level LogLevel
caller System.Reflection.MethodBase
text string
return System