com.swirlds.logging.api.extensions.emergency.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swirlds-logging Show documentation
Show all versions of swirlds-logging Show documentation
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.
/**
* This package contains the API of the emergency logger. The emergency logger should be used in the logging api (and
* extensions of the logging api) for logging. The emergency logger does not depend on the logging API and is defined in
* a bulletproof way.
*/
package com.swirlds.logging.api.extensions.emergency;