\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.common.testhelpers.LogbackHelper Class Reference

Detailed Description

Helpers to configure logback directly (in the course of a test, possibly) and other helpers.

Classes

class  WarnEvaluator

Static Public Member Functions

static void  intentionalErrorConfig ()
Suppress the printing of intentional errors in red, it's distracting.
static void  defaultConfig ()
get the default config
static void  configureLogback (InputStream logbackConfig)
static void  configureLogback (File logbackConfig)
static void  configureLogbackFromString (String logbackConfig)
On This Page