Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
METRICS-3223(related): Replaced JUL logger with Insight one for 'ehca…
Browse files Browse the repository at this point in the history
…che' plugin
  • Loading branch information
lgoldstein committed Feb 3, 2013
1 parent 5ed5202 commit 14a491f
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -15,8 +15,6 @@
*/
package com.springsource.insight.plugin.ehcache;

import java.util.logging.Logger;

import net.sf.ehcache.Ehcache;

import com.springsource.insight.collection.DefaultOperationCollector;
Expand All @@ -29,9 +27,6 @@ import com.springsource.insight.util.StringUtil;
*
*/
public abstract aspect EhcacheMethodOperationCollectionAspect extends MethodOperationCollectionAspect {

protected final Logger logger = Logger.getLogger(getClass().getName());

protected EhcacheMethodOperationCollectionAspect() {
this(new DefaultOperationCollector());
}
Expand Down

0 comments on commit 14a491f

Please sign in to comment.