Registry / logging / log-api

log-api

JSON →
library2.0.0javamavenunverified

OW2 Logger API based on Java 5, providing a simple logging facade.

<dependency> <groupId>org.ow2.util.log</groupId> <artifactId>log-api</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · LOG-API
L
log-api
loggingjavav2.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.ow2.util.log.Log

Obtain a logger and log an info message.

import org.ow2.util.log.Log; import org.ow2.util.log.LogFactory; public class Example { private static final Log log = LogFactory.getLog(Example.class); public static void main(String[] args) { log.info("Hello, OW2 Log!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
log-api — mvn dependency:get log-api · libregistry