File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,13 @@ public string Background
399
399
return "#FF800080" /*Brushes.Purple*/ ;
400
400
}
401
401
}
402
+
403
+ // - - - - - -
404
+
405
+ public override string ToString ( )
406
+ {
407
+ return $ "{ TimeStamp . ToString ( "HH:mm:ss" ) } { ( new String ( '*' , ( int ) Level ) + "----" ) . Left ( 4 ) } { Tag . Left ( 10 ) } { Message } ";
408
+ }
402
409
}
403
410
}
404
411
Original file line number Diff line number Diff line change 10
10
<PackageIconUrl >https://raw.githubusercontent.com/ZeProgFactory/MediaPlayer/master/docs/ZeProgramFactory.Square.BG.png</PackageIconUrl >
11
11
<PackageTags >Basics</PackageTags >
12
12
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13
- <Version >1.1.8.111 </Version >
13
+ <Version >1.1.8.112 </Version >
14
14
<Description >Basics ( V2 / .Net Standard 2.0 )</Description >
15
- <AssemblyVersion >1.1.8.111 </AssemblyVersion >
16
- <FileVersion >1.1.8.111 </FileVersion >
15
+ <AssemblyVersion >1.1.8.112 </AssemblyVersion >
16
+ <FileVersion >1.1.8.112 </FileVersion >
17
17
<PackageLicenseExpression >MIT</PackageLicenseExpression >
18
18
<RepositoryUrl >https://github.com/ZeProgFactory/ZPF_Basics</RepositoryUrl >
19
19
<RepositoryType >GIT</RepositoryType >
You can’t perform that action at this time.
0 commit comments