Method | Description | |
---|---|---|
GetLogData ( System.DateTime date, string machine ) : IEnumerable |
Get the log entries for a given file.
|
|
GetLogFiles ( ) : IEnumerable |
Get the available log files to read logs from
|
|
UmbracoLogDataProvider ( ) : System |
Method | Description | |
---|---|---|
ParseLogsFromFile ( string path ) : IEnumerable |
Parses the logs from a given file path
|
public GetLogData ( System.DateTime date, string machine ) : IEnumerable |
||
date | System.DateTime | Date to fetch the logs from |
machine | string | Machine to fetch the logs from |
return | IEnumerable |