slog4s-core


License

License

MIT
GroupId

GroupId

com.avast
ArtifactId

ArtifactId

slog4s-core_2.13
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

slog4s-core
slog4s-core
Project URL

Project URL

https://github.com/avast/slog4s
Project Organization

Project Organization

avast
Source Code Management

Source Code Management

https://github.com/avast/slog4s

Download slog4s-core_2.13

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.typelevel : cats-core_2.13 jar 2.1.0
org.scala-lang : scala-reflect jar 2.13.1

Project Modules

There are no modules declared in this project.

slog4s

Build Status Maven Central Scala Steward badge

A scala library for structured and contextual logging. Its goal is to produce log message that are content rich and as helpful as possible, while providing API that is simple to use and that respects separation of concerns principle. It's also designed to be used in asynchronous environment. Sounds interesting? Check our getting started guide!

Issues

Please report issues to GitHub. Pull requests are always welcome.

Contributing

See CONTRIBUTING.md.

License

slog4s is licensed under MIT License.

com.avast

Avast

https://avast.github.io

Versions

Version
0.1.0
0.0.11