final class LogMessageTypeImpl extends Object implements com.metaring.framework.util.log.LogMessageType, com.metaring.framework.util.log.LogMessageTypeProvider
| Modifier and Type | Field and Description |
|---|---|
static com.metaring.framework.util.log.LogMessageType |
CONFIG |
static com.metaring.framework.util.log.LogMessageType |
DEBUG |
static com.metaring.framework.util.log.LogMessageType |
ENTERING |
static com.metaring.framework.util.log.LogMessageType |
EXITING |
static com.metaring.framework.util.log.LogMessageType |
INFO |
private String |
name |
private Long |
priorityLevel |
static com.metaring.framework.util.log.LogMessageType |
SEVERE |
static com.metaring.framework.util.log.LogMessageType |
WARNING |
| Modifier | Constructor and Description |
|---|---|
|
LogMessageTypeImpl() |
private |
LogMessageTypeImpl(String name,
Long priorityLevel) |
| Modifier and Type | Method and Description |
|---|---|
com.metaring.framework.util.log.LogMessageType |
CONFIG() |
com.metaring.framework.util.log.LogMessageType |
DEBUG() |
com.metaring.framework.util.log.LogMessageType |
ENTERING() |
com.metaring.framework.util.log.LogMessageType |
EXITING() |
com.metaring.framework.util.log.LogMessageType |
getByName(String logMessageTypeName) |
com.metaring.framework.util.log.LogMessageType |
getByPriorityLevel(Long priorityLevel) |
String |
getName() |
Long |
getPriorityLevel() |
com.metaring.framework.util.log.LogMessageType |
INFO() |
com.metaring.framework.util.log.LogMessageType |
SEVERE() |
String |
toJson() |
String |
toString() |
com.metaring.framework.util.log.LogMessageType |
WARNING() |
public static final com.metaring.framework.util.log.LogMessageType ENTERING
public static final com.metaring.framework.util.log.LogMessageType EXITING
public static final com.metaring.framework.util.log.LogMessageType INFO
public static final com.metaring.framework.util.log.LogMessageType DEBUG
public static final com.metaring.framework.util.log.LogMessageType CONFIG
public static final com.metaring.framework.util.log.LogMessageType WARNING
public static final com.metaring.framework.util.log.LogMessageType SEVERE
private String name
private Long priorityLevel
public String getName()
getName in interface com.metaring.framework.util.log.LogMessageTypepublic Long getPriorityLevel()
getPriorityLevel in interface com.metaring.framework.util.log.LogMessageTypepublic com.metaring.framework.util.log.LogMessageType getByName(String logMessageTypeName)
getByName in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType getByPriorityLevel(Long priorityLevel)
getByPriorityLevel in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType ENTERING()
ENTERING in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType EXITING()
EXITING in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType INFO()
INFO in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType DEBUG()
DEBUG in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType CONFIG()
CONFIG in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType WARNING()
WARNING in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic com.metaring.framework.util.log.LogMessageType SEVERE()
SEVERE in interface com.metaring.framework.util.log.LogMessageTypeProviderpublic String toJson()
toJson in interface com.metaring.framework.CoreTypeCopyright © 2019. All rights reserved.