public class

LogMarker

extends Object
java.lang.Object
   ↳ com.atlassian.jira.util.log.LogMarker

Class Overview

A helper class to mark the logs for support reasons

Summary

Public Constructors
LogMarker()
Public Methods
static void markLogs(String message)
Puts a log marker in ALL the JIRA logs to help with say support or debugging
static void rollover(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
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LogMarker ()

Public Methods

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

public static void rollover (Logger log)

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