Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement suitable logger example #15

Open
kqmpetenz opened this issue Aug 21, 2023 · 2 comments
Open

implement suitable logger example #15

kqmpetenz opened this issue Aug 21, 2023 · 2 comments

Comments

@kqmpetenz
Copy link
Contributor

last logger example implementation in Title.java:

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.");
@wurzelkuchen
Copy link
Contributor

@kqmpetenz Is this resolved?

@kqmpetenz
Copy link
Contributor Author

nope, still todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants