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