Skip to content

Commit 32e94e9

Browse files
committed
add AbstractVerbositySpecifier
1 parent 537839b commit 32e94e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/SciMLBase.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,13 @@ abstract type AbstractAliasSpecifier end
641641
"""
642642
$(TYPEDEF)
643643
644+
Base for types which specify which log messages are emitted at what level.
645+
"""
646+
abstract type AbstractVerbositySpecifier{T} end
647+
648+
"""
649+
$(TYPEDEF)
650+
644651
Internal. Used for signifying the AD context comes from a ChainRules.jl definition.
645652
"""
646653
struct ChainRulesOriginator <: ADOriginator end

0 commit comments

Comments
 (0)