Describes a mapping of a class to a specific log level
Describes a mapping of a class to a specific log level
-cll/--class-log-level
the verbosity level
extend this trait to enable logging in a class you are implementing
Enables logging to a file (as opposed to STDOUT)
Enables logging to a file (as opposed to STDOUT)
--log-file
Describes the verbosity of information to log
Describes the verbosity of information to log
-ll/--log-level
Classes implementing LazyLogging will have logger of this type
An exception originating from the Logger
An annotation associated with a Logger command line option
Internal options used to control the logging in programs that are part of the Chisel stack
Enables class names in log output
Enables class names in log output
-lcn/--log-class-names
The supported log levels, what do they mean? Whatever you want them to.
Singleton in control of what is supposed to get logged, how it's to be logged and where it is to be logged We uses a dynamic variable in case multiple threads are used as can be in scalatests