Skip to content

Instantly share code, notes, and snippets.

View Sonia-dev's full-sized avatar

Ben Abdallah Sonia Sonia-dev

  • Monastir
  • 17:02 (UTC -12:00)
View GitHub Profile
@darbyluv2code
darbyluv2code / MyLoggerConfig.java
Last active February 5, 2023 06:34
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 {