com.apama.net.interfaces
Enum GenericComponentManagement.GenericComponentLogLevel
java.lang.Object
java.lang.Enum<GenericComponentManagement.GenericComponentLogLevel>
com.apama.net.interfaces.GenericComponentManagement.GenericComponentLogLevel
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<GenericComponentManagement.GenericComponentLogLevel>
- Enclosing interface:
- GenericComponentManagement
public static enum GenericComponentManagement.GenericComponentLogLevel
- extends java.lang.Enum<GenericComponentManagement.GenericComponentLogLevel>
Log verbosity levels
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
LOGLEVEL_UNKNOWN
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_UNKNOWN
LOGLEVEL_OFF
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_OFF
LOGLEVEL_CRIT
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_CRIT
LOGLEVEL_FATAL
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_FATAL
LOGLEVEL_ERROR
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_ERROR
LOGLEVEL_WARN
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_WARN
LOGLEVEL_INFO
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_INFO
LOGLEVEL_DEBUG
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_DEBUG
values
public static GenericComponentManagement.GenericComponentLogLevel[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GenericComponentManagement.GenericComponentLogLevel c : GenericComponentManagement.GenericComponentLogLevel.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GenericComponentManagement.GenericComponentLogLevel valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getLogLevel
public java.lang.String getLogLevel()
- Returns:
- The actual log level name
Submit a bug or feature
Copyright (c) 2013-2014 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its Subsidiaries and or/its Affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.