Skip to content

Commit 8f7e225

Browse files
committed
add SciMLLogging
1 parent 5b51b11 commit 8f7e225

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
2222
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2323
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2424
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
25+
SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1"
2526
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2627
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
2728
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"

src/LinearSolve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ using SciMLBase: SciMLBase, LinearAliasSpecifier, AbstractSciMLOperator,
2121
using SciMLOperators: SciMLOperators, AbstractSciMLOperator, IdentityOperator,
2222
MatrixOperator,
2323
has_ldiv!, issquare
24+
using SciMLLogging: Verbosity, @SciMLMessage, verbosity_to_int, verbosity_to_bool
2425
using Setfield: @set, @set!
2526
using UnPack: @unpack
2627
using DocStringExtensions: DocStringExtensions

0 commit comments

Comments
 (0)