public class LogManager extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LogManager.Record |
| Modifier and Type | Field and Description |
|---|---|
protected List<LogManager.Record> |
records |
| Constructor and Description |
|---|
LogManager() |
protected List<LogManager.Record> records
public void log(String msg)
public void save(String filename) throws IOException
IOExceptionpublic String save() throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 1992-2013 ANTLR. All Rights Reserved.