C# Class Kudu.Core.LogHelper.LogServiceHelper

Mostra file Open project: projectkudu/IISLogAnalyzerSiteExtension

Public Methods

Method Description
GetDirectoryFiles ( string directory ) : long>.Dictionary

Given a path to a directory, scan all the .log, .txt files in the directory and subdirectories to store information in memory and work with the data

MatchFilters ( string fileName ) : bool

Matches filenames to filter with .txt, .log, or .htm files

Method Details

GetDirectoryFiles() public static method

Given a path to a directory, scan all the .log, .txt files in the directory and subdirectories to store information in memory and work with the data
public static GetDirectoryFiles ( string directory ) : long>.Dictionary
directory string The path to the directory in which Kudu is storing log files. (*note same location in azure)
return long>.Dictionary

MatchFilters() public static method

Matches filenames to filter with .txt, .log, or .htm files
public static MatchFilters ( string fileName ) : bool
fileName string
return bool