package kernellognotificationsource.pub;

public interface IKernelLogListener {
	public void notify(String message);
}