You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger logger = LoggerFactory.getLogger(getClass());
logger.trace("This is a logging example with severity: 'trace'. Can be found in posters.pageobjects.components.Title class.");
logger.debug("This is a logging example with severity: 'debug'. Can be found in posters.pageobjects.components.Title class.");
logger.info("This is a logging example with severity: 'info'. Can be found in posters.pageobjects.components.Title class.");
logger.warn("This is a logging example with severity: 'warn'. Can be found in posters.pageobjects.components.Title class.");
logger.error("This is a logging example with severity: 'error'. Can be found in posters.pageobjects.components.Title class.");
task: add a suitable and better logger example to the test suite
The text was updated successfully, but these errors were encountered:
last logger example implementation in Title.java:
task: add a suitable and better logger example to the test suite
The text was updated successfully, but these errors were encountered: