Class EditableHandler
- java.lang.Object
-
- com.microstrategy.utils.log.editor.AbstractEditableLoggingComponent
-
- com.microstrategy.utils.log.editor.EditableHandler
-
public class EditableHandler extends AbstractEditableLoggingComponent
- Since:
- MicroStrategy Web 8.0.2
-
-
Constructor Summary
Constructors Constructor Description EditableHandler(EditableLogger logger, java.lang.String alias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAlias()
EditableFilter
getFilter()
EditableFormatter
getFormatter()
java.lang.Class
getHandlerClass()
java.lang.String
getLevel()
EditableLogger
getLogger()
java.lang.String
getQualifiedName()
void
remove()
void
setAlias(java.lang.String alias)
void
setHandlerClass(java.lang.String className)
void
setLevel(java.lang.String level)
-
Methods inherited from class com.microstrategy.utils.log.editor.AbstractEditableLoggingComponent
containsKey, createStartingProperties, getAllProperties, getLocalProperties, getManager, getProperty, keys, qualifyKey, removeProperty, setProperty
-
-
-
-
Constructor Detail
-
EditableHandler
public EditableHandler(EditableLogger logger, java.lang.String alias)
-
-
Method Detail
-
getAlias
public java.lang.String getAlias()
-
setAlias
public void setAlias(java.lang.String alias)
-
getQualifiedName
public java.lang.String getQualifiedName()
- Specified by:
getQualifiedName
in classAbstractEditableLoggingComponent
-
getHandlerClass
public java.lang.Class getHandlerClass() throws java.io.IOException
- Throws:
java.io.IOException
-
getFormatter
public EditableFormatter getFormatter() throws java.io.IOException
- Throws:
java.io.IOException
-
getLevel
public java.lang.String getLevel() throws java.io.IOException
- Throws:
java.io.IOException
-
getLogger
public EditableLogger getLogger()
-
remove
public void remove() throws java.io.IOException
- Throws:
java.io.IOException
-
setHandlerClass
public void setHandlerClass(java.lang.String className) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
setLevel
public void setLevel(java.lang.String level) throws java.io.IOException
- Throws:
java.io.IOException
-
getFilter
public EditableFilter getFilter() throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
-