mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ログ追加
This commit is contained in:
parent
164b6ea6d4
commit
3540f20c46
|
@ -50,7 +50,8 @@ public class XmlMetaParserImpl implements XmlMetaParser{
|
|||
|
||||
return meta;
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
logger.error("deserialize", "something wrong");
|
||||
logger.trace("deserialize", e.getMessage());
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
@ -83,7 +84,8 @@ public class XmlMetaParserImpl implements XmlMetaParser{
|
|||
|
||||
return document;
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
logger.error("serialize", "something wrong");
|
||||
logger.trace("serialize", e.getMessage());
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user