forked from External/mage
[refactor] replaced JDBC implementation of logging with OrmLite
This commit is contained in:
parent
d44e3f1190
commit
01eee3995c
6 changed files with 119 additions and 314 deletions
|
|
@ -15,7 +15,6 @@ public class EntityManagerTest {
|
|||
private static DateFormat timeFormatter = SimpleDateFormat.getTimeInstance(SimpleDateFormat.FULL);
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
EntityManager.instance.testDB();
|
||||
List<Log> logs = EntityManager.instance.getAllLogs();
|
||||
System.out.println("logs found: " + logs.size());
|
||||
for (Log log : logs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue