mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
use Memento for logging
This commit is contained in:
parent
12245ffd9a
commit
8e9a7dcb15
@ -3,6 +3,10 @@ module PropertyT
|
||||
using JLD
|
||||
using GroupAlgebras
|
||||
import SCS.SCSSolver
|
||||
using Memento
|
||||
|
||||
const logger = basic_config("info"; fmt="[{date}|{level}]: {msg}")
|
||||
const solver_logger = basic_config("info")
|
||||
|
||||
include("sdps.jl")
|
||||
include("checksolution.jl")
|
||||
|
Loading…
Reference in New Issue
Block a user