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.StringgetAlias()EditableFiltergetFilter()EditableFormattergetFormatter()java.lang.ClassgetHandlerClass()java.lang.StringgetLevel()EditableLoggergetLogger()java.lang.StringgetQualifiedName()voidremove()voidsetAlias(java.lang.String alias)voidsetHandlerClass(java.lang.String className)voidsetLevel(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:
getQualifiedNamein 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.ClassNotFoundExceptionjava.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.ClassNotFoundExceptionjava.io.IOException
-
-