Registry / logging / ow2-util-log

ow2-util-log

JSON →
library1.0.36javamavenunverified

Logger that provides i18n and varargs support for Java applications.

<dependency> <groupId>org.ow2.bundles</groupId> <artifactId>ow2-util-log</artifactId> <version>1.0.36</version> </dependency>
INSTALL
IMPORT
SIG · OW2-UTIL-LOG
O
ow2-util-log
loggingjavav1.0.36
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

Minimal usage of OW2 Util Log with i18n and varargs.

import org.ow2.util.log.Log; public class Example { private static final Log log = Log.getLog(Example.class); public void doSomething() { log.info("Hello, {0}", "world"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.36latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
Resources
ow2-util-log — mvn dependency:get ow2-util-log · libregistry