Class JumboXMLHandler

java.lang.Object
java.util.logging.Handler
org.episteme.natural.chemistry.loaders.cml.logger.JumboXMLHandler

public class JumboXMLHandler extends Handler
allows logging of JUMBO/CML-based XML DOMs as well as messages.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • JumboXMLHandler

      public JumboXMLHandler(String filename) throws IOException
      Creates a new JumboXMLHandler object.
      Parameters:
      filename - name of the file to write logs to
      Throws:
      IOException - if the file cannot be opened
    • JumboXMLHandler

      public JumboXMLHandler()
      Creates a new default JumboXMLHandler.
  • Method Details