Tabnine Logo
ModifiableConfiguration.setConfigProperty
Code IndexAdd Tabnine to your IDE (free)

How to use
setConfigProperty
method
in
org.jfree.base.config.ModifiableConfiguration

Best Java code snippets using org.jfree.base.config.ModifiableConfiguration.setConfigProperty (Showing top 9 results out of 315)

origin: org.jfree/com.springsource.org.jfree

/**
 * Sets the log target.
 *
 * @param logTarget  the new log target.
 */
public static void setLogTarget(final String logTarget)
{
  BaseBoot.getConfiguration().setConfigProperty (LOGTARGET, logTarget);
}
origin: jfree/jcommon

/**
 * Sets the log target.
 *
 * @param logTarget  the new log target.
 */
public static void setLogTarget(final String logTarget)
{
  BaseBoot.getConfiguration().setConfigProperty (LOGTARGET, logTarget);
}
origin: org.jfree/jcommon

/**
 * Sets the log target.
 *
 * @param logTarget  the new log target.
 */
public static void setLogTarget(final String logTarget)
{
  BaseBoot.getConfiguration().setConfigProperty (LOGTARGET, logTarget);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Sets the flag that disables logging.
 * <p>
 * To switch off logging globally, you can use the following code:
 * <p>
 * <code>ReportConfiguration.getGlobalConfig().setDisableLogging(true);</code>
 *
 * @param disableLogging  the flag.
 */
public static void setDisableLogging(final boolean disableLogging)
{
 BaseBoot.getConfiguration().setConfigProperty
     (DISABLE_LOGGING, String.valueOf(disableLogging));
}
origin: jfree/jcommon

/**
 * Sets the flag that disables logging.
 * <p>
 * To switch off logging globally, you can use the following code:
 * <p>
 * <code>ReportConfiguration.getGlobalConfig().setDisableLogging(true);</code>
 *
 * @param disableLogging  the flag.
 */
public static void setDisableLogging(final boolean disableLogging)
{
 BaseBoot.getConfiguration().setConfigProperty
     (DISABLE_LOGGING, String.valueOf(disableLogging));
}
origin: org.jfree/jcommon

/**
 * Sets the flag that disables logging.
 * <p>
 * To switch off logging globally, you can use the following code:
 * <p>
 * <code>ReportConfiguration.getGlobalConfig().setDisableLogging(true);</code>
 *
 * @param disableLogging  the flag.
 */
public static void setDisableLogging(final boolean disableLogging)
{
 BaseBoot.getConfiguration().setConfigProperty
     (DISABLE_LOGGING, String.valueOf(disableLogging));
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Sets the log level, which is read from the global report configuration at
 * the point that the classloader loads the {@link org.jfree.util.Log} class.
 * <p>
 * Valid log levels are:
 *
 * <ul>
 * <li><code>"Error"</code> - error messages;</li>
 * <li><code>"Warn"</code> - warning messages;</li>
 * <li><code>"Info"</code> - information messages;</li>
 * <li><code>"Debug"</code> - debug messages;</li>
 * </ul>
 *
 * Notes:
 * <ul>
 * <li>the setting is not case sensitive.</li>
 * <li>changing the log level after the {@link org.jfree.util.Log} class has been
 * loaded will have no effect.</li>
 * <li>to turn of logging altogether, use the {@link #setDisableLogging} method.</li>
 * </ul>
 *
 * @param level  the new log level.
 */
public static void setLogLevel(final String level)
{
 BaseBoot.getConfiguration().setConfigProperty(LOGLEVEL, level);
}
origin: jfree/jcommon

/**
 * Sets the log level, which is read from the global report configuration at
 * the point that the classloader loads the {@link org.jfree.util.Log} class.
 * <p>
 * Valid log levels are:
 *
 * <ul>
 * <li><code>"Error"</code> - error messages;</li>
 * <li><code>"Warn"</code> - warning messages;</li>
 * <li><code>"Info"</code> - information messages;</li>
 * <li><code>"Debug"</code> - debug messages;</li>
 * </ul>
 *
 * Notes:
 * <ul>
 * <li>the setting is not case sensitive.</li>
 * <li>changing the log level after the {@link org.jfree.util.Log} class has been
 * loaded will have no effect.</li>
 * <li>to turn of logging altogether, use the {@link #setDisableLogging} method.</li>
 * </ul>
 *
 * @param level  the new log level.
 */
public static void setLogLevel(final String level)
{
 BaseBoot.getConfiguration().setConfigProperty(LOGLEVEL, level);
}
origin: org.jfree/jcommon

/**
 * Sets the log level, which is read from the global report configuration at
 * the point that the classloader loads the {@link org.jfree.util.Log} class.
 * <p>
 * Valid log levels are:
 *
 * <ul>
 * <li><code>"Error"</code> - error messages;</li>
 * <li><code>"Warn"</code> - warning messages;</li>
 * <li><code>"Info"</code> - information messages;</li>
 * <li><code>"Debug"</code> - debug messages;</li>
 * </ul>
 *
 * Notes:
 * <ul>
 * <li>the setting is not case sensitive.</li>
 * <li>changing the log level after the {@link org.jfree.util.Log} class has been
 * loaded will have no effect.</li>
 * <li>to turn of logging altogether, use the {@link #setDisableLogging} method.</li>
 * </ul>
 *
 * @param level  the new log level.
 */
public static void setLogLevel(final String level)
{
 BaseBoot.getConfiguration().setConfigProperty(LOGLEVEL, level);
}
org.jfree.base.configModifiableConfigurationsetConfigProperty

Javadoc

Sets the value of a configuration property.

Popular methods of ModifiableConfiguration

  • getConfigProperty

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • putExtra (Intent)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • BoxLayout (javax.swing)
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now