Updated
This commit is contained in:
@@ -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