b

beige-logging-base

It consists of abstraction of simple, non-static, OOP and memory(performance)-friendly loggers and its implementations.
BSD 2-Clause License
Yury Demidenko
Files download
File Operation
beige-logging-base-1.0.3.jar download
beige-logging-base-1.0.3.pom download
beige-logging-base-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beige-logging-base</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beige-logging-base:1.0.3'
Gradle Kotlin
implementation("org.beigesoft:beige-logging-base:1.0.3")
Scala SBT
libraryDependencies += "org.beigesoft" % "beige-logging-base" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beige-logging-base', version='1.0.3')
)
Apache Ivy
<dependency org="org.beigesoft" name="beige-logging-base" rev="1.0.3" />
Leiningen
[org.beigesoft/beige-logging-base "1.0.3"]
Apache Buildr
'org.beigesoft:beige-logging-base:jar:1.0.3'