Class HtmlLoggerImpl
- java.lang.Object
-
- com.ss.android.ugc.bytex.common.log.Impl.BaseLogger
-
- com.ss.android.ugc.bytex.common.log.Impl.CachedLogger
-
- com.ss.android.ugc.bytex.common.log.Impl.HtmlLoggerImpl
-
- All Implemented Interfaces:
HtmlFragmentProvider,ICachedLogger,ILogger,java.io.Closeable,java.lang.AutoCloseable
public class HtmlLoggerImpl extends CachedLogger implements HtmlFragmentProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHtmlLoggerImpl.Func1<F>static interfaceHtmlLoggerImpl.Func4<F,S,T,FO>-
Nested classes/interfaces inherited from interface com.ss.android.ugc.bytex.common.log.ICachedLogger
ICachedLogger.CachedLogVisitor
-
-
Field Summary
-
Fields inherited from class com.ss.android.ugc.bytex.common.log.Impl.CachedLogger
logs
-
-
Constructor Summary
Constructors Constructor Description HtmlLoggerImpl(java.lang.String moduleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprovideHtmlCode(java.lang.Appendable appendable)provide a piece of HTML codevoidreset()-
Methods inherited from class com.ss.android.ugc.bytex.common.log.Impl.CachedLogger
accept, clear, write
-
Methods inherited from class com.ss.android.ugc.bytex.common.log.Impl.BaseLogger
close, d, d, e, e, e, e, i, i, setTag, w, w, w, w
-
-
-
-
Method Detail
-
provideHtmlCode
public void provideHtmlCode(java.lang.Appendable appendable) throws java.io.IOExceptionDescription copied from interface:HtmlFragmentProviderprovide a piece of HTML code- Specified by:
provideHtmlCodein interfaceHtmlFragmentProvider- Throws:
java.io.IOException
-
reset
public void reset()
- Specified by:
resetin interfaceHtmlFragmentProvider
-
-