summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/utils/Logger.java
AgeCommit message (Collapse)Author
2014-10-02push after rebasejet
2014-07-04Refactored tanuki service wrapper to a separate moduleAndrew Branson
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
and wrap int and boolean parsing. Gateway.getProperties() returns the new ObjectProperty instance. Old Gateway property methods still present but deprecated. Refs #149
2013-07-10CastorXMLUtility switched to recommended XMLContext. Should be fasterAndrew Branson
and may help with IssueID #132
2013-02-13Log header changed from c2kernel to CRISTAL for clarityAndrew Branson
2012-08-03Logging and error message clean-upAndrew Branson
Logger.debug(String) now deprecated so they're easier to spot when left in.
2012-06-26More GUI refactoringAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson