Example usage for java.util.logging ErrorManager subclass-usage

List of usage examples for java.util.logging ErrorManager subclass-usage

Introduction

In this page you can find the example usage for java.util.logging ErrorManager subclass-usage.

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");