| License |
License |
|---|---|
| Categories |
Categoriestinylog Application Layer Libs Logging |
| GroupId | GroupIdcom.iopipe |
| ArtifactId | ArtifactIdiopipe-logger-tinylog |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIOpipe Java TinyLog Logger Adapter
This project contains the adapter for TinyLog so that logging events
are captured and uploaded to IOpipe.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.iopipe/iopipe-logger-tinylog/ -->
<dependency>
<groupId>com.iopipe</groupId>
<artifactId>iopipe-logger-tinylog</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iopipe/iopipe-logger-tinylog/
implementation 'com.iopipe:iopipe-logger-tinylog:1.2.0'
// https://jarcasting.com/artifacts/com.iopipe/iopipe-logger-tinylog/
implementation ("com.iopipe:iopipe-logger-tinylog:1.2.0")
'com.iopipe:iopipe-logger-tinylog:jar:1.2.0'
<dependency org="com.iopipe" name="iopipe-logger-tinylog" rev="1.2.0">
<artifact name="iopipe-logger-tinylog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iopipe', module='iopipe-logger-tinylog', version='1.2.0')
)
libraryDependencies += "com.iopipe" % "iopipe-logger-tinylog" % "1.2.0"
[com.iopipe/iopipe-logger-tinylog "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.tinylog : tinylog | jar | 1.3.6 |
| com.iopipe : iopipe | jar | 1.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
| org.junit.platform : junit-platform-runner | jar | 1.4.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
| org.junit.vintage : junit-vintage-engine | jar | 5.4.0 |