mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] General reformat and clean-up.
This commit is contained in:
@@ -121,5 +121,6 @@ public static class AaruLogging
|
||||
/// Writes the exception to the debug output console.
|
||||
/// </summary>
|
||||
/// <param name="ex">Exception.</param>
|
||||
public static void Exception(Exception ex, string message, params object[] arg) => WriteExceptionEvent?.Invoke(ex, message, arg);
|
||||
public static void Exception(Exception ex, string message, params object[] arg) =>
|
||||
WriteExceptionEvent?.Invoke(ex, message, arg);
|
||||
}
|
||||
Reference in New Issue
Block a user