Andover.Data.Logs.Provider.LogsProvider.LogsProvider C# (CSharp) Method

LogsProvider() public method

public LogsProvider ( string logsPath ) : System.Collections.Generic
logsPath string
return System.Collections.Generic
        public LogsProvider(string logsPath)
        {
            LogsPath = logsPath;
            LogEntries = GetLogEntriesList();
        }