JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ru.ispras.microtesk.translator.antlrex.log
Interface LogStore
All Known Implementing Classes:
LogStoreConsole
,
LogStoreListener
public interface
LogStore
A base interface for a log store class (the class that will store and process information about events occurred during translation).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
append
(
LogEntry
entry)
Appends a record to the log store.
Method Detail
append
void append(
LogEntry
entry)
Appends a record to the log store.
Parameters:
entry
- A log entry object. Stores detailed information bout the event.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method