public enum LogCategory extends java.lang.Enum<LogCategory>
| Enum Constant and Description |
|---|
All
Enumeration : All
|
Apex_code
Enumeration : Apex_code
|
Apex_profiling
Enumeration : Apex_profiling
|
Callout
Enumeration : Callout
|
Db
Enumeration : Db
|
System
Enumeration : System
|
Validation
Enumeration : Validation
|
Visualforce
Enumeration : Visualforce
|
Workflow
Enumeration : Workflow
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static LogCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogCategory Db
public static final LogCategory Workflow
public static final LogCategory Validation
public static final LogCategory Callout
public static final LogCategory Apex_code
public static final LogCategory Apex_profiling
public static final LogCategory Visualforce
public static final LogCategory System
public static final LogCategory All
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static LogCategory[] values()
for (LogCategory c : LogCategory.values()) System.out.println(c);
public static LogCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<LogCategory>Copyright © 2020. All Rights Reserved.