Adjustment of some parameters.
[master-thesis.git] / Parasitemia / ParasitemiaCore / Analysis.fs
index 7f58463..c894fc4 100644 (file)
@@ -42,7 +42,7 @@ let doAnalysis (img: Image<Bgr, byte>) (name: string) (config: Config) (reportPr
     let report (percent: int) : unit option =
         reportWithVal percent ()
 
-    let inline buildLogWithName (text: string) = sprintf "(%s) %s" name text
+    let inline buildLogWithName (text: string) = sprintf "№ %s: %s" name text
     let logWithName mess = Log.User(buildLogWithName mess)
     let inline logTimeWithName (text: string) (f: unit -> 'a option) : 'a option = Log.LogWithTime((buildLogWithName text), Severity.USER, f)