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

com.swirlds.logging.api.extensions.handler.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
/**
 * This package contains the {@link com.swirlds.logging.api.extensions.handler.LogHandler} extension. This extension
 * allows to create custom logging handlers that can be used to handle logging events. Examples are a console handler
 * that prints logging events to the console or a file handler that writes logging events to a file.
 *
 * @see com.swirlds.logging.api.extensions.handler.LogHandler
 */
package com.swirlds.logging.api.extensions.handler;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy