C# Class BlueCollar.Examples.Mvc.Models.LogEntry

Represents an entry in a Blue Collar log file.
Show file Open project: ChadBurggraf/blue-collar

Public Methods

Method Description
Parse ( string line ) : LogEntry

Parses a line into a LogEntry.

Method Details

Parse() public static method

Parses a line into a LogEntry.
public static Parse ( string line ) : LogEntry
line string The line to parse.
return LogEntry