logger.LogLevelAnnotation
See theLogLevelAnnotation companion object
case class LogLevelAnnotation(globalLogLevel: Value = ...) extends NoTargetAnnotation, LoggerOption, Unserializable
Describes the verbosity of information to log
- set with
-ll/--log-level - if unset, a LogLevelAnnotation with the default log level will be emitted
Value parameters
- level
-
the level of logging
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