com.atlassian.jira.util.log
Class LogMarker

java.lang.Object
  extended by com.atlassian.jira.util.log.LogMarker

public class LogMarker
extends Object

A helper class to mark the logs for support reasons

Since:
v5.0

Constructor Summary
LogMarker()
           
 
Method Summary
static void markLogs(String message)
          Puts a log marker in ALL the JIRA logs to help with say support or debugging
static void rollover(org.apache.log4j.Logger log)
           
static void rolloverAndMark(String message)
          This will rollover the All the JIRA logs and then makr the new log with the specific message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogMarker

public LogMarker()
Method Detail

markLogs

public static void markLogs(String message)
Puts a log marker in ALL the JIRA logs to help with say support or debugging

Parameters:
message - an optional message to be put at that mark

rolloverAndMark

public static void rolloverAndMark(String message)
This will rollover the All the JIRA logs and then makr the new log with the specific message

Parameters:
message - an optional message to be put at that mark

rollover

public static void rollover(org.apache.log4j.Logger log)


Copyright © 2002-2014 Atlassian. All Rights Reserved.