Updated
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
net7.0;
|
net7.0;
|
||||||
</TargetFrameworks>
|
</TargetFrameworks>
|
||||||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
||||||
<Version>1.0.7</Version>
|
<Version>1.0.8</Version>
|
||||||
<Authors>EonaCat (Jeroen Saey)</Authors>
|
<Authors>EonaCat (Jeroen Saey)</Authors>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
<Company>EonaCat (Jeroen Saey)</Company>
|
<Company>EonaCat (Jeroen Saey)</Company>
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ namespace EonaCat.logger.Managers
|
|||||||
|
|
||||||
string message =
|
string message =
|
||||||
Environment.NewLine +
|
Environment.NewLine +
|
||||||
"--- [EonaCatLogger] Exception details ---" + Environment.NewLine +
|
"--- Exception details provided by EonaCatLogger ---" + Environment.NewLine +
|
||||||
(!string.IsNullOrEmpty(module) ? " Module : " + module + Environment.NewLine : "") +
|
(!string.IsNullOrEmpty(module) ? " Module : " + module + Environment.NewLine : "") +
|
||||||
(!string.IsNullOrEmpty(method) ? " Method : " + method + Environment.NewLine : "") +
|
(!string.IsNullOrEmpty(method) ? " Method : " + method + Environment.NewLine : "") +
|
||||||
" Type : " + exception.GetType().ToString() + Environment.NewLine;
|
" Type : " + exception.GetType().ToString() + Environment.NewLine;
|
||||||
|
|||||||
Reference in New Issue
Block a user