com.atlassian.greenhopper.service.logging
Class LogSupport

java.lang.Object
  extended by com.atlassian.greenhopper.service.logging.LogSupport

@Service(value="gh-LogSupport")
public class LogSupport
extends java.lang.Object

This gives us log4j support so we can have our very own atlassian-greenhopper.log

Since:
v5.9

Field Summary
static java.lang.String SERVICE
           
 
Constructor Summary
LogSupport()
           
 
Method Summary
 void onClearCache()
           
 void onPluginStart()
           
 void onPluginStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final java.lang.String SERVICE
See Also:
Constant Field Values
Constructor Detail

LogSupport

public LogSupport()
Method Detail

onPluginStart

public void onPluginStart()

onPluginStop

public void onPluginStop()

onClearCache

public void onClearCache()


Copyright © 2007-2012 Atlassian. All Rights Reserved.