Top Constructors Methods
org.jabref.gui.logging

public Class GuiWriter

extends org.tinylog.writers.AbstractFormatPatternWriter
Class Inheritance
Imports
java.util.Collection, .Collections, .EnumSet, .Map, org.jabref.logic.logging.LogMessages, org.tinylog.core.LogEntry, org.tinylog.core.LogEntryValue, org.tinylog.writers.AbstractFormatPatternWriter

Constructor Summary

AccessConstructor and Description
public
GuiWriter(final Map<String, String> properties)

public

Method Summary

Modifier and TypeMethod and Description
public void
public void
public Collection<org.tinylog.core.LogEntryValue>
public void
write(org.tinylog.core.LogEntry logEntry)

Constructor Detail

GuiWriterback to summary
public GuiWriter(final Map<String, String> properties)
GuiWriterback to summary
public GuiWriter()

Method Detail

closeback to summary
public void close() throws Exception
Annotations
@Override
flushback to summary
public void flush() throws Exception
Annotations
@Override
getRequiredLogEntryValuesback to summary
public Collection<org.tinylog.core.LogEntryValue> getRequiredLogEntryValues()
Annotations
@Override
writeback to summary
public void write(org.tinylog.core.LogEntry logEntry) throws Exception
Annotations
@Override