Registry / logging / flogger

flogger

JSON →
library0.7.4javamavenunverified

A fluent logging API for Java that provides concise and efficient logging.

<dependency> <groupId>com.google.flogger</groupId> <artifactId>flogger</artifactId> <version>0.7.4</version> </dependency>
INSTALL
IMPORT
SIG · FLOGGER
F
flogger
loggingjavav0.7.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FluentLogger
com.google.common.flogger.FluentLogger

Log a message using Flogger's fluent API.

import com.google.common.flogger.FluentLogger; public class MyClass { private static final FluentLogger logger = FluentLogger.forEnclosingClass(); public void doSomething() { logger.atInfo().log("Hello, %s!", "world"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
Resources
flogger — mvn dependency:get flogger · libregistry