Package com.jk.core.logging


package com.jk.core.logging
  • Classes
    Class
    Description
    This model represents log levels commonly used for logging purposes.
    This class provide a way to print all the loggers in this application with their severity level specified.
    This class is a specialized filter with a decide method that takes a bunch of parameters instead of a single event object.
    This class is an interceptor for logging method calls and their outcomes.
    This class provides logging functionality using the underlying Logger implementation.
    This class represents a factory used to create JKLogger objects.