public class LogMarker extends Object
Constructor and Description |
---|
LogMarker() |
Modifier and Type | Method and Description |
---|---|
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
|
public static void markLogs(String message)
message
- an optional message to be put at that markpublic static void rolloverAndMark(String message)
message
- an optional message to be put at that markpublic static void rollover(org.apache.log4j.Logger log)
Copyright © 2002-2015 Atlassian. All Rights Reserved.