Package org.distributeme.core
Class Verbosity
java.lang.Object
org.distributeme.core.Verbosity
Configuration holder class for some output options.
- Version:
- $Id: $Id
- Author:
- lrosenberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanlogClientSideExceptions.static booleanlogServerSideExceptions.voidsetLogClientSideExceptions(boolean aValue) Setter for the fieldlogClientSideExceptions.voidsetLogServerSideExceptions(boolean aValue) Setter for the fieldlogServerSideExceptions.toString()
-
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
-