All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.net.causal.maven.plugins.boxdb.DumpLogsOnErrorOption Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package au.net.causal.maven.plugins.boxdb;

/**
 * Controls which database logs, if any, are dumped to user output when a boxed database fails to start.
 */
public enum DumpLogsOnErrorOption 
{
    /**
     * Do not dump logs.
     */
    OFF,

    /**
     * Dump the main log only if it exists.
     */
    MAIN,

    /**
     * Dump all log files.
     */
    ALL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy