Skip to content

ghusta/jul-to-slf4j-junit4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUnit 4.x Helpers for jul-to-slf4j bridge

Table of Contents

Build Status

Overview

JUnit 4.x integration for jul-to-slf4j bridge. See more details on jul-to-slf4j bridge.

Features

Usage

Use in a test class as :

    @ClassRule
    public static SLF4JBridgeHandlerInitializer slf4JBridgeHandlerInitializer = new SLF4JBridgeHandlerInitializer();

or using a singleton :

    @ClassRule
    public static SLF4JBridgeHandlerInitializer slf4JBridgeHandlerInitializer = SLF4JBridgeHandlerInitializer.INSTANCE;

About

JUnit 4.x Helpers for jul-to-slf4j bridge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages