Skip to content

Instantly share code, notes, and snippets.

View m9abbas's full-sized avatar

Mohamad Abbas m9abbas

  • Decathlon
  • Nice, France
  • 19:39 (UTC +01: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 {