easyread

Reads through a Java log file and outputs a new file that is a much easier to read html version of the original that you can view in your browser!

Usage no npm install needed!

<script type="module">
  import easyread from 'https://cdn.skypack.dev/easyread';
</script>

README

EasyRead

easyread reads through a log file and outputs a new file that is a much easier to read html version of the original that you can view in your browser!

Getting Started

Install the module with: npm install easyread

Documentation

Makes logs much easier to read! Simply install with npm install -g easyread and then your ready to make those huge log files much easier to read. Simply cd to the directory your log file is in and run readeasy <name of log file including .log> . This will output an html file that has awesome formatting that makes a log file tremendously easier on the eyes to read. Then you can just view that file in your favorite browser and boom! Log file Nirvana.

Examples

easyread catalina.log new

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

v 0.1.0

License

Copyright (c) 2015 Justin Willis
Licensed under the MIT license.