Skip to content

Instantly share code, notes, and snippets.

View jd185368's full-sized avatar

Jaydeep Deshmukh jd185368

View GitHub Profile
@bloodredsun
bloodredsun / ExampleThatLogs.java
Last active March 9, 2022 08:16
Unit testing logback based logging statements
package com.brs;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Simple class that we use to trigger a log statement.
*/
public class ExampleThatLogs {