项目作者: shivam023

项目描述 :
A Configurable Logging framework
高级语言: Java
项目地址: git://github.com/shivam023/DesignLogger.git
创建时间: 2020-04-01T20:08:50Z
项目社区:https://github.com/shivam023/DesignLogger

开源协议:

下载


Logger:

This logger design supports 3 different types of events:

  1. ERROR
  2. GENERAL
  3. WARNING

It has been designed keeping in mind the producer and consumer design pattern.

Currently two logging frameworks are subscribed to this logger to update the logs:

Console Logging and File logging which can further be expanded easily.

To run:

Simply run the Driver class