List of usage examples for java.util.logging ErrorManager subclass-usage
From source file FileErrorManager.java
/**
* An error manager used to store mime messages from the <tt>MailHandler</tt>
* to the file system when the email server is unavailable or unreachable. The
* code to manually setup this error manager can be as simple as the following:
* <pre>
* File dir = new File("path to dir");