@Deprecated public class Levels extends Object
Level values.| Modifier and Type | Field and Description | 
|---|---|
| static Level | FAILEDDeprecated.  FAILEDis a message level indicating that a facility has
 experienced a failure that it will reflect to its caller. | 
| static Level | HANDLEDDeprecated.  HANDLEDis a message level indicating that a facility has
 detected a failure that it will take steps to handle without reflecting
 the failure to its caller. | 
public static final Level FAILED
 FAILED is a message level indicating that a facility has
 experienced a failure that it will reflect to its caller. 
 FAILED messages are intended to provide users with
 information about failures produced by internal components in order to
 assist with debugging problems in systems with multiple components. This
 level is initialized to 600.
public static final Level HANDLED
 HANDLED is a message level indicating that a facility has
 detected a failure that it will take steps to handle without reflecting
 the failure to its caller. 
 HANDLED messages are intended to provide users with
 information about failures detected by internal components in order to
 assist with debugging problems in systems with multiple components. This
 level is initialized to 550.
Copyright © 2016–2018. All rights reserved.