Skip to content

Instantly share code, notes, and snippets.

View seedevk8s's full-sized avatar
🎯
Focusing

ho jin chu seedevk8s

🎯
Focusing
View GitHub Profile
@seedevk8s
seedevk8s / MyLoggerConfig.java
Created June 26, 2019 08:40 — forked from darbyluv2code/MyLoggerConfig.java
Spring Logging for Spring 5.1 - XML Configuration
package com.luv2code.springdemo;
import java.util.logging.ConsoleHandler;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.logging.SimpleFormatter;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class MyLoggerConfig {