Skip to content

Youka/LogParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is a command line tool to parse multiple log files for entries of interest.

It's written in Kotlin and requires JVM of version 8+ to run.

Build

This project uses maven as build system.

To create the application, call mvn package pre-site in this directory (where pom.xml consists).

Output depends on platform:

  • Windows: target/LogParser.exe
  • Unix: target/application/*

API documentation is generated by Dokka in target/doc/*.

License

Apache 2.0, simple as that.

About

Simple parser for log files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages