comparison src/luan/Luan.java @ 1454:219f2b937f2b

remove log4j
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 08 Mar 2020 14:11:30 -0600
parents bbc41b305935
children 465b4a0dae4a
comparison
equal deleted inserted replaced
1453:928be2a4d565 1454:219f2b937f2b
159 Object[] a = (Object[])obj; 159 Object[] a = (Object[])obj;
160 return new LuanTable(this,Arrays.asList(a)); 160 return new LuanTable(this,Arrays.asList(a));
161 } 161 }
162 } 162 }
163 return null; 163 return null;
164 }
165
166 public Logger getLogger(Class cls) {
167 return LuanLogger.getLogger(this,cls);
168 } 164 }
169 165
170 166
171 167
172 // static 168 // static