This commit is contained in:
2023-02-06 10:32:52 +01:00
parent 4c13481e68
commit ae6c321b88
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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;