4.10.5 Implementing a Custom Log Handler
Note: As of version 10.2, Style Intelligence uses standard Java logging. The ReportLog.Delegate interface has been deprecated, and should no longer be used.
To implement a custom log handler, use a class that implements the java.util.logging.Logger interface. Register the class by adding it to the 'logging.properties' file under the 'handlers' entry. See Writing Log Messages in Custom Code for more details.
| << 4.10.4 Writing Log Messages in Custom Code | © 1996-2013 InetSoft Technology Corporation (v11.5) | 4.11 Configuring User and Developer Help >> |