logger.ClassLogLevelAnnotation
See theClassLogLevelAnnotation companion object
case class ClassLogLevelAnnotation(className: String, level: Value) extends NoTargetAnnotation, LoggerOption, Unserializable
Describes a mapping of a class to a specific log level
- set with
-cll/--class-log-level
Value parameters
- level
-
the verbosity level
- name
-
the class name to log
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