Skip to content

Instantly share code, notes, and snippets.

View abbas-mohamad's full-sized avatar

Mohamad Abbas abbas-mohamad

  • Decathlon
  • Nice, France
  • 09:37 (UTC +02:00)
  • LinkedIn in/m-abbas
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 {