comparison src/luan/modules/lucene/PostgresBackup.java @ 1402:27efb1fcbcb5

move luan.lib to goodjava
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Sep 2019 01:35:01 -0400
parents 38a1c1b4279a
children 225808b90cee
comparison
equal deleted inserted replaced
1401:ef1620aa99cb 1402:27efb1fcbcb5
15 import luan.LuanTable; 15 import luan.LuanTable;
16 import luan.LuanFunction; 16 import luan.LuanFunction;
17 import luan.LuanException; 17 import luan.LuanException;
18 import luan.modules.Utils; 18 import luan.modules.Utils;
19 import luan.modules.parsers.LuanToString; 19 import luan.modules.parsers.LuanToString;
20 import luan.lib.logging.Logger; 20 import goodjava.logging.Logger;
21 import luan.lib.logging.LoggerFactory; 21 import goodjava.logging.LoggerFactory;
22 22
23 23
24 final class PostgresBackup { 24 final class PostgresBackup {
25 private static final Logger sysLogger = LoggerFactory.getLogger(PostgresBackup.class); 25 private static final Logger sysLogger = LoggerFactory.getLogger(PostgresBackup.class);
26 26