All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swirlds.logging.api.package-info Maven / Gradle / Ivy

Go to download

Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.

There is a newer version: 0.56.5
Show newest version
/**
 * The logging API is an abstraction layer for logging. It should be used for all logging operations. The API is based
 * on a plugin structure that allows to create custom {@link com.swirlds.logging.api.extensions.handler.LogHandler} and
 * {@link com.swirlds.logging.api.extensions.provider.LogProvider} implementations.
 * 

* How to create a logger: *

 *
 *     // Create a logger for the class "MyClass"
 *     private static final Logger LOGGER = Loggers.getLogger(MyClass.class);
 * 
*/ package com.swirlds.logging.api;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy