Usage:  loganalyse [-h] [-f modus & -z path & -s pattern] [-m month] [-d day] [-t time] [-a day]

Options:
-h				: Displays this help
-f		0,1		: Modus 0 = chart in the console 1 = Create CSV
-z		/xx/xx.log	: Path to the log file
-m		1 12		: Separated by spaces beginning to End Month to be investigated
-d		1 31		: With spaces separated day range to be analyzed
-t		1 24		: Separated by spaces hour range to be analyzed	
-a		1-360		: Period length in days 1-360 Possibly
-s		sshd,root:	: Pattern that should be used for Searching

Search Pattern:
A pattern consists of 1 to n search blocks such as sshd,root: sshd,faild
The above example is a pattern with 2 search blocks.
For a hit on this example 2 words of one of the search blocks
must be found in one row of the log.

This version of the log analysis program will work without console parameters too.
Start the program without parameters and you can witch on the Help at the menu.
You can use the default log paths and pattern, or specify your own Path and search pattern 
and save the pattern for later use.
