Skip to content

maxbundscherer/scala-logger-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala logger test

shields.io Travis

A project to test different log-levels. Tests are run in an interval-controlled manner.

Author: Maximilian Bundscherer (https://bundscherer-online.de)

Description

Project is written in scala. Used log-library: Apache Log4j 2.

SBT is required.

  • Run project with sbt run
  • Test project (no test needed) with sbt clean coverage test
  • Generate coverage report(s) (no test needed) with sbt coverageReport
  • Docker local publish with sbt docker:publishLocal
  • (Opt) See logger config in src/main/resources/log4j.properties
  • (Opt) See interval config in src/main/resources/application.conf

Features

  • Docker local publish included
  • Tests are run in an interval-controlled manner
  • Test different logger-levels (see log4j logLevels)
    • FATAL
    • ERROR
    • WARN
    • INFO
    • DEBUG
    • TRACE

About

A project to test different log-levels. Tests are run in an interval-controlled manner.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages