Package com.codingchili.core.logging
package com.codingchili.core.logging
Functionality for logging to file or a remote service, building logging events and serializing.
-
InterfaceDescriptionInterface for a logger that logs Json objects.Interface to generate logging messages.This interface allows for custom defined logging levels.
-
ClassDescriptionDefault logging implementation.Implementation of a console logger, filters some key/value combinations to better display the messages.Helper class to construct logging messages.A logger that logs to a remote host.