HOWL logger

HOWL is a logger implementation providing features required by the JOTM project. HOWL uses unformatted binary logs to maximize performance and specifies a journalization API with methods necessary to support JOTM recovery operations.

License

License

BSD
GroupId

GroupId

org.objectweb.howl
ArtifactId

ArtifactId

howl
Last Version

Last Version

1.0.1-1
Release Date

Release Date

Type

Type

jar
Description

Description

HOWL logger
HOWL is a logger implementation providing features required by the JOTM project. HOWL uses unformatted binary logs to maximize performance and specifies a journalization API with methods necessary to support JOTM recovery operations.
Project URL

Project URL

http://forge.objectweb.org/projects/howl/
Project Organization

Project Organization

ObjectWeb HOWL

Download howl

How to add to project

<!-- https://jarcasting.com/artifacts/org.objectweb.howl/howl/ -->
<dependency>
    <groupId>org.objectweb.howl</groupId>
    <artifactId>howl</artifactId>
    <version>1.0.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.howl/howl/
implementation 'org.objectweb.howl:howl:1.0.1-1'
// https://jarcasting.com/artifacts/org.objectweb.howl/howl/
implementation ("org.objectweb.howl:howl:1.0.1-1")
'org.objectweb.howl:howl:jar:1.0.1-1'
<dependency org="org.objectweb.howl" name="howl" rev="1.0.1-1">
  <artifact name="howl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.howl', module='howl', version='1.0.1-1')
)
libraryDependencies += "org.objectweb.howl" % "howl" % "1.0.1-1"
[org.objectweb.howl/howl "1.0.1-1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1-1