C# Class uLogs.Providers.UmbracoLogFileProvider

Default Umbraco Log File Provider.
Inheritance: ILogFileProvider
Mostrar archivo Open project: wkallhof/uLogs

Public Methods

Method Description
GetLogFiles ( ) : IEnumerable

Get the log files from the log directory set.

Private Methods

Method Description
FetchDateFromFile ( string file ) : System.DateTime

Handles parsing the date from the datefile. Ex : UmbracoTraceLog.txt.2015-08-04

FetchMachineFromFile ( string file ) : string

Handles parsing the machine name from the file name

Method Details

GetLogFiles() public method

Get the log files from the log directory set.
public GetLogFiles ( ) : IEnumerable
return IEnumerable