c

logger

LoggerOptions

class LoggerOptions extends AnyRef

Internal options used to control the logging in programs that are part of the Chisel stack

Source
LoggerOptions.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoggerOptions
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val classLogLevels: Map[String, LogLevel.Value]
  2. def getLogFileName(): Option[String]

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

  3. val globalLogLevel: LogLevel.Value
  4. val logClassNames: Boolean
  5. val logFileName: Option[String]