public class PropertyLogLevel extends AbstractProperty<PropertyLogLevel.LogLevel>
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyLogLevel.LogLevel
Expected Log Levels.
|
description, fixedValues, name, type, value| Constructor and Description |
|---|
PropertyLogLevel()
Constructor by string expression.
|
PropertyLogLevel(String uid)
Constructor by string expression.
|
PropertyLogLevel(String uid,
PropertyLogLevel.LogLevel lvl)
Constructor by enum expression.
|
PropertyLogLevel(String uid,
String lvl)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
debug()
update to debug
|
void |
error()
update to error
|
void |
fatal()
update to fatal
|
PropertyLogLevel.LogLevel |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
void |
info()
update to ingo
|
void |
trace()
update to trace
|
void |
warn()
update to warn
|
add2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, parameterizedType, setDescription, setFixedValues, setName, setType, setValue, setValueFromString, toJson, toStringpublic PropertyLogLevel()
uid - unique namelvl - current log levelpublic PropertyLogLevel(String uid)
uid - unique namelvl - current log levelpublic PropertyLogLevel(String uid, String lvl)
uid - unique namelvl - current log levelpublic PropertyLogLevel(String uid, PropertyLogLevel.LogLevel lvl)
uid - unique namelvlv - current log levelpublic PropertyLogLevel.LogLevel fromString(String v)
fromString in class AbstractProperty<PropertyLogLevel.LogLevel>v - value represented as a serialized Stringpublic void trace()
public void debug()
public void info()
public void warn()
public void error()
public void fatal()
Copyright © 2013–2015 FF4J. All rights reserved.