public class LoggerNode extends Node implements Serializable
Constructor and Description |
---|
LoggerNode() |
Modifier and Type | Method and Description |
---|---|
Level |
asLevel() |
String |
getId()
Get the id field.
|
String |
getLevel()
Get the level field.
|
String |
getName()
Get the name field.
|
void |
setLevel(String level)
Set the level field.
|
void |
setName(String name)
Set the name field.
|
String |
toString() |
public String getLevel()
public String getName()
public void setLevel(String level)
level
- public void setName(String name)
name
- public Level asLevel()
Copyright © 2008-2013 Sonatype. All Rights Reserved.