
com.automationrockstars.gunter.events.Log Maven / Gradle / Ivy
The newest version!
/*
*
*/
package com.automationrockstars.gunter.events;
public interface Log extends Event {
void log(String level, String origin, String message);
String getLevel();
String getMessage();
String getOrigin();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy