Registry / logging / bw-util-logging

bw-util-logging

JSON →
library6.0.0javamavenunverified

Bedework logging utility classes and methods for Java applications.

<dependency> <groupId>org.bedework</groupId> <artifactId>bw-util-logging</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · BW-UTIL-LOGGING
B
bw-util-logging
loggingjavav6.0.0
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.

Log
org.bedework.util.logging.Log

Log a message using Bedework logging utilities.

import org.bedework.util.logging.Log; public class LoggingExample { private static final Log log = Log.getLogger(LoggingExample.class); public static void main(String[] args) { log.info("Hello from Bedework logging!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
bw-util-logging — mvn dependency:get bw-util-logging · libregistry