Class Verbosity

java.lang.Object
org.distributeme.core.Verbosity

public class Verbosity extends Object
Configuration holder class for some output options.
Version:
$Id: $Id
Author:
lrosenberg
  • Constructor Details

    • Verbosity

      public Verbosity()
  • Method Details

    • setLogServerSideExceptions

      public void setLogServerSideExceptions(boolean aValue)

      Setter for the field logServerSideExceptions.

      Parameters:
      aValue - a boolean.
    • setLogClientSideExceptions

      public void setLogClientSideExceptions(boolean aValue)

      Setter for the field logClientSideExceptions.

      Parameters:
      aValue - a boolean.
    • logServerSideExceptions

      public static boolean logServerSideExceptions()

      logServerSideExceptions.

      Returns:
      a boolean.
    • logClientSideExceptions

      public static boolean logClientSideExceptions()

      logClientSideExceptions.

      Returns:
      a boolean.
    • toString

      public String toString()
      Overrides:
      toString in class Object