public enum LogProperties extends java.lang.Enum<LogProperties>
| Enum Constant and Description |
|---|
Class |
Date |
Exception |
Level |
Message |
Method |
Name |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the name or the data contained within
|
static LogProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogProperties Level
public static final LogProperties Date
public static final LogProperties Message
public static final LogProperties Name
public static final LogProperties Method
public static final LogProperties Class
public static final LogProperties Exception
public static LogProperties[] values()
for (LogProperties c : LogProperties.values()) System.out.println(c);
public static LogProperties 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<LogProperties>Copyright © 2020 Marc Magon. All rights reserved.