public class NoopRecorder extends Recorder
Modifier and Type | Method and Description |
---|---|
void |
record(String message)
Records a message.
|
void |
record(String format,
Object... arguments)
Records a message with a format template and arguments.
|
List<String> |
takeRecords()
Gets and clears the records recorded so far.
|
noopRecorder
public void record(String message)
Recorder
public void record(String format, Object... arguments)
Recorder
public List<String> takeRecords()
Recorder
takeRecords
in class Recorder
Copyright © 2023. All Rights Reserved.