Skip to content

Instantly share code, notes, and snippets.

View anaxdem's full-sized avatar
🏠
Working from home

Kopot Anastasia anaxdem

🏠
Working from home
  • Ukraine, Zaporozhye
View GitHub Profile
Logger logger = Logger.getLogger('org.package');
logger.trace('Calling method Y');
logger.debug('Creating new object');
logger.info('Process has finished');
logger.warn("It could'n create this object, the process will try later.");
logger.error('Unable to load setting file');
logger.fatal('The app has crashed and its state is unavailable');