bw.flush();
fw.close();
}
}
} catch (ParserConfigurationException e) {
throw new SalsaLoggingException(e.getMessage(), e);
} catch (SAXException e) {
throw new SalsaLoggingException(e.getMessage(), e);
} catch (TransformerException e) {
throw new SalsaLoggingException(e.getMessage(), e);
} catch (IOException e) {
throw new SalsaLoggingException(e.getMessage(), e);
}
}