aquality.selenium.core.configurations.ILoggerConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquality-selenium-core Show documentation
Show all versions of aquality-selenium-core Show documentation
Library with core functions simplifying work with Selenium-controlled applications.
package aquality.selenium.core.configurations;
/**
* Describes logger configuration.
*/
public interface ILoggerConfiguration {
/**
* Gets language used inside the library for logging.
* @return language used for logging.
*/
String getLanguage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy