Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.intellij.util.SarosLogFileAppender Class Reference

Inherits FileAppender.

List of all members.

Public Member Functions

void setFile (String filePattern)

Detailed Description

SarosLogFileAppender is used to create log files that contain information on the current date and time in the file name in the JetBrains IDE log folder.

It is constructed with a filePattern, that is formatted by SimpleDateFormat#format(Date).

For example: '/SarosLogs/Saros_'yyyy-MM-dd_HH-mm-ss'.log' becomes $LOG_DIR$/SarosLogs/Saros_2014-10-01-10:00:01.log

where $LOG_DIR$ is the log folder according to PathManager#getLogPath().


Member Function Documentation

void de.fu_berlin.inf.dpp.intellij.util.SarosLogFileAppender.setFile ( String  filePattern)
 All Classes Namespaces Files Functions Variables Enumerations