Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 284 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 284 Bytes

ekam-logger

Logger for Ekam and related projects

Loggers

  1. SLF4J
  2. LogBack

Build

./gradlew clean build

Usage

ekamLogger().info("<Info message>");
ekamLogger().warn("<Warning>");
ekamLogger().debug("<Debug info>");
ekamLogger().error("<Error>");