Skip to content

Instantly share code, notes, and snippets.

View qoffee's full-sized avatar

Denis Sidorenko qoffee

  • Insilico Medicine
View GitHub Profile
package org.stepic.java.module4.logdemo;
import java.util.logging.*;
import java.util.Arrays;
/**
* Created by vitaly on 28/09/16.
*/
public class LogDemo {
private static final Logger LOGGER = Logger.getLogger(LogDemo.class.getName());