Sitebricks :: SLF4J Module

Slf4j logging support for Guice applications (does not require sitebricks)

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.google.sitebricks
ArtifactId

ArtifactId

sitebricks-slf4j
Last Version

Last Version

0.8.11
Release Date

Release Date

Type

Type

jar
Description

Description

Sitebricks :: SLF4J Module
Slf4j logging support for Guice applications (does not require sitebricks)

Download sitebricks-slf4j

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
ch.qos.logback : logback-classic jar 1.0.6

test (1)

Group / Artifact Type Version
org.testng : testng jar 5.8

Project Modules

There are no modules declared in this project.

Sitebricks

Sitebricks is a simple set of libraries for web applications. Sitebricks focuses on early error detection, low-footprint code, and fast development. Powered by Guice, it also balances idiomatic Java with an emphasis on concise code.

Early error detection

This following misspelling results in a template compile error:

<body>
     ${person.naem}
All such errors are picked up early and reported at once in a format similar to javac.

1) unknown or unresolvable property: naem

 15:      <body>
 16:          ${person.naem}</li>
                          ^

Total errors: 1

Next steps


We would love your contributions and help in developing Sitebricks at this early stage. If you'd like to contribute or have any questions, please join the mailing list.

Or send us a note on twitter @dhanji =)

Versions

Version
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4