Announcement
Collapse
No announcement yet.
X
-
Hi Isomorphic,
just a heads up that this is still not in the javadocs (using 5.1p).
Best regards
Blama
Leave a comment:
-
Hi Isomorphic,
I just saw that the ValidationDMI sample uses the Logger class in ValidatorDMI.java. So I assume it is safe to use it and that only the Javadoc is missing here.
Best regards
Blama
Leave a comment:
-
Serverside logging via com.isomorphic.log.Logger allowed / javadoc missing?
Hi Isomorphic,
I'm developing a DynamicDSGenerator and want to keep track of what it does in the server log.
Is it OK to use your com.isomorphic.log.Logger? I assume so, because there is no reason not to, but it is not javadoc'd.
Code:Logger l = new Logger(RegisterDS.class); l.debug("DSXMLFIELDNAME: \"" + dsXmlFieldname + "\", CSVFIELDNAME: \"" + csvFieldname + "\"");
BlamaTags: None
Leave a comment: