mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-20 18:25:55 +10:00
[강운덕] [LUCYSUS-1744] testcase의 logger를 slf4로 변경.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@721 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
package com.profiler.util;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.profiler.common.dto.Header;
|
||||
import com.profiler.common.dto.thrift.JVMInfoThriftDTO;
|
||||
import com.profiler.common.util.DefaultTBaseLocator;
|
||||
import com.profiler.common.util.HeaderTBaseDeserializer;
|
||||
import com.profiler.common.util.HeaderTBaseSerializer;
|
||||
import com.profiler.common.util.TBaseLocator;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
public class HeaderTBaseSerializerTest {
|
||||
private final Logger logger = Logger.getLogger(HeaderTBaseSerializerTest.class.getName());
|
||||
private final Logger logger = LoggerFactory.getLogger(HeaderTBaseSerializerTest.class.getName());
|
||||
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user