org.apache.log4j.spi
Interface ErrorCode
public interface ErrorCode
This interface defines commonly encoutered error codes.
- Since:
 
  - 0.9.0
 
- Author:
 
  - Ceki Gülcü
 
 
GENERIC_FAILURE
static final int GENERIC_FAILURE
- See Also:
 - Constant Field Values
 
WRITE_FAILURE
static final int WRITE_FAILURE
- See Also:
 - Constant Field Values
 
FLUSH_FAILURE
static final int FLUSH_FAILURE
- See Also:
 - Constant Field Values
 
CLOSE_FAILURE
static final int CLOSE_FAILURE
- See Also:
 - Constant Field Values
 
FILE_OPEN_FAILURE
static final int FILE_OPEN_FAILURE
- See Also:
 - Constant Field Values
 
MISSING_LAYOUT
static final int MISSING_LAYOUT
- See Also:
 - Constant Field Values
 
ADDRESS_PARSE_FAILURE
static final int ADDRESS_PARSE_FAILURE
- See Also:
 - Constant Field Values
 
Copyright 2000-2005 Apache Software Foundation.