C# Class LogViewer.Model.LogEntryViewModel

Mostrar archivo Open project: wallymathieu/log4net-logviewer Class Usage Examples

Public Methods

Method Description
LogEntryViewModel ( LogEntry logentry ) : System
ParseImageType ( string level ) : ImageType

Private Methods

Method Description
FirstPartOf ( string p ) : string
LocationInfo ( ) : log4net.Core.LocationInfo

Method Details

LogEntryViewModel() public method

public LogEntryViewModel ( LogEntry logentry ) : System
logentry LogEntry
return System

ParseImageType() public static method

public static ParseImageType ( string level ) : ImageType
level string
return ImageType