Skip to content

Commit 3ba0fa6

Browse files
committed
Require Logging
1 parent 2efd05d commit 3ba0fa6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "0.4.3"
66
ClusterManagers = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
910
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1011
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1112
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
@@ -14,6 +15,7 @@ ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
1415
ClusterManagers = "0.4.6"
1516
Distributed = "1"
1617
LinearAlgebra = "1"
18+
Logging = "1"
1719
Parameters = "0.12, 0.13"
1820
Pkg = "1"
1921
ThreadPinning = "0.7.22"

src/ParallelProcessingTools.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import Pkg
1313
import ClusterManagers
1414
import ThreadPinning
1515

16+
using Logging: @logmsg, LogLevel, Info, Debug
17+
1618
using Parameters: @with_kw
1719

1820
include("fileio.jl")

0 commit comments

Comments
 (0)