Class LogRecorder
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.utils.LogRecorder
-
public class LogRecorder extends Object
- Author:
- Roman Krysinski
-
-
Constructor Summary
Constructors Constructor Description LogRecorder(String... facilities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuffer
getCapturedLogs()
void
startLogRecording()
void
stopLogRecording()
-
-
-
Constructor Detail
-
LogRecorder
public LogRecorder(String... facilities)
-
-
Method Detail
-
startLogRecording
public void startLogRecording()
-
stopLogRecording
public void stopLogRecording()
-
getCapturedLogs
public StringBuffer getCapturedLogs()
-
-