object ConsoleAppender
- Alphabetic
- By Inheritance
- ConsoleAppender
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(name: String, out: ConsoleOut, ansiCodesSupported: Boolean, useFormat: Boolean, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String]): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes toout.A new ConsoleAppenderidentified byname, and that writes toout.- name
- An identifier for the - ConsoleAppender.
- out
- Where to write messages. 
- ansiCodesSupported
- trueif the output stream supports ansi codes,- falseotherwise.
- useFormat
- trueto enable format (color, bold, etc.),- falseto remove formatting.
- returns
- A new - ConsoleAppenderthat writes to- out.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(name: String, terminal: Terminal, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String]): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes toout.A new ConsoleAppenderidentified byname, and that writes toout.- name
- An identifier for the - ConsoleAppender.
- terminal
- The terminal to which this appender corresponds 
- suppressedMessage
- How to handle stack traces. 
- returns
- A new - ConsoleAppenderthat writes to- out.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(name: String, terminal: Terminal): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes toout.A new ConsoleAppenderidentified byname, and that writes toout.- name
- An identifier for the - ConsoleAppender.
- terminal
- The terminal to which this appender corresponds 
- returns
- A new - ConsoleAppenderthat writes to- out.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(name: String, out: ConsoleOut, useFormat: Boolean): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes toout.A new ConsoleAppenderidentified byname, and that writes toout.- name
- An identifier for the - ConsoleAppender.
- out
- Where to write messages. 
- useFormat
- trueto enable format (color, bold, etc.),- falseto remove formatting.
- returns
- A new - ConsoleAppenderthat writes to- out.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(name: String, out: ConsoleOut, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String]): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes toout.A new ConsoleAppenderidentified byname, and that writes toout.- name
- An identifier for the - ConsoleAppender.
- out
- Where to write messages. 
- suppressedMessage
- How to handle stack traces. 
- returns
- A new - ConsoleAppenderthat writes to- out.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(name: String, out: ConsoleOut): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes toout.A new ConsoleAppenderidentified byname, and that writes toout.- name
- An identifier for the - ConsoleAppender.
- out
- Where to write messages. 
- returns
- A new - ConsoleAppenderthat writes to- out.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(name: String): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes to standard output.A new ConsoleAppenderidentified byname, and that writes to standard output.- name
- An identifier for the - ConsoleAppender.
- returns
- A new - ConsoleAppenderthat writes to standard output.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(out: ConsoleOut): Appender
      
      
      A new ConsoleAppenderthat writes toout.A new ConsoleAppenderthat writes toout.- out
- Where to write messages. 
- returns
- A new - ConsoleAppender that writes toout- .
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(out: PrintWriter): Appender
      
      
      A new ConsoleAppenderthat appends log messages toout.A new ConsoleAppenderthat appends log messages toout.- out
- Where to write messages. 
- returns
- A new - ConsoleAppender.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(out: PrintStream): Appender
      
      
      A new ConsoleAppenderthat appends log message toout.A new ConsoleAppenderthat appends log message toout.- out
- Where to write messages. 
- returns
- A new - ConsoleAppender.
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply(): Appender
      
      
      A new ConsoleAppenderthat writes to standard output.A new ConsoleAppenderthat writes to standard output.- returns
- A new - ConsoleAppenderthat writes to standard output.
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        noSuppressedMessage: (SuppressedTraceContext) ⇒ None.type
      
      
      Hide stack trace altogether. 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        safe(name: String, terminal: Terminal): Appender
      
      
      A new ConsoleAppenderidentified byname, and that writes toterminal.A new ConsoleAppenderidentified byname, and that writes toterminal. Printing to this Appender will not throw if the Terminal has been closed.- name
- An identifier for the - ConsoleAppender.
- terminal
- The terminal to which this appender corresponds 
- returns
- A new - ConsoleAppenderthat writes to- terminal.
 
-  def setShowProgress(b: Boolean): Unit
-  def showProgress: Boolean
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toLevel(level: Level): util.Level.Value
      
      
      Converts the Log4J levelto the corresponding sbt level.Converts the Log4J levelto the corresponding sbt level.- level
- A level, as represented by Log4J. 
- returns
- The corresponding level in sbt's world. 
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toXLevel(level: util.Level.Value): Level
      
      
      Converts the sbt levelto the corresponding Log4J level.Converts the sbt levelto the corresponding Log4J level.- level
- A level, as represented by sbt. 
- returns
- The corresponding level in Log4J's world. 
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
Deprecated Value Members
- 
      
      
      
        
      
    
      
        
        lazy val
      
      
        formatEnabledInEnv: Boolean
      
      
      Indicates whether formatting has been disabled in environment variables. Indicates whether formatting has been disabled in environment variables. 1. -Dsbt.log.noformat=true means no formatting. 2. -Dsbt.color=always/auto/never/true/false 3. -Dsbt.colour=always/auto/never/true/false 4. -Dsbt.log.format=always/auto/never/true/false - Annotations
- @deprecated
- Deprecated
- (Since version 1.4.0) Use Terminal.isAnsiSupported or Terminal.isColorEnabled