Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    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 + "\"");
    Best regards
    Blama

    #2
    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

    Comment


      #3
      Hi Isomorphic,

      just a heads up that this is still not in the javadocs (using 5.1p).

      Best regards
      Blama

      Comment


        #4
        Thank you for the notification, Logger javadocs are now available.

        Comment

        Working...
        X