LoggerOptions

logger.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 Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getLogFileName(): Option[String]

Return the name of the log file, defaults to a.log if unspecified

Return the name of the log file, defaults to a.log if unspecified

Attributes

Source
LoggerOptions.scala

Concrete fields

val classLogLevels: Map[String, Value]

Attributes

Source
LoggerOptions.scala

Attributes

Source
LoggerOptions.scala
val logClassNames: Boolean

Attributes

Source
LoggerOptions.scala
val logFileName: Option[String]

Attributes

Source
LoggerOptions.scala