LoggerOptions
logger.LoggerOptions
class LoggerOptions
Internal options used to control the logging in programs that are part of the Chisel stack
Value parameters
- classLogLevels
-
the individual verbosity of logging for specific classes
- globalLogLevel
-
the verbosity of logging (default: logger.LogLevel.None)
- logClassNames
-
indicates logging verbosity on a class-by-class basis
- logToFile
-
if true, log to a file
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- LoggerOptions.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article