1 package net.avcompris.commons3.yaml; 2 3 import javax.annotation.Nullable; 4 5 public interface Logger { 6 7 void debug(@Nullable String message); 8 }