logger.LogFileAnnotation
See theLogFileAnnotation companion object
case class LogFileAnnotation(file: Option[String]) extends NoTargetAnnotation, LoggerOption, Unserializable
Enables logging to a file (as opposed to STDOUT)
- maps to LoggerOptions.logFileName
- enabled with
--log-file
Attributes
- Companion
- object
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- LoggerAnnotations.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Unserializabletrait LoggerOptiontrait NoTargetAnnotationtrait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article