Class SystemLoggerImpl

  • All Implemented Interfaces:
    ILogger, java.io.Closeable, java.lang.AutoCloseable

    public class SystemLoggerImpl
    extends BaseLogger
    • Field Summary

      • Fields inherited from interface com.ss.android.ugc.bytex.common.log.ILogger

        DEFAULT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void write​(org.gradle.api.logging.LogLevel level, java.lang.String prefix, java.lang.String msg, java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemLoggerImpl

        public SystemLoggerImpl()
    • Method Detail

      • write

        protected void write​(org.gradle.api.logging.LogLevel level,
                             java.lang.String prefix,
                             java.lang.String msg,
                             java.lang.Throwable t)
        Specified by:
        write in class BaseLogger