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);
|
||||
}
|
||||
@@ -55,5 +55,4 @@ public delegate void ExceptionDelegate(Exception ex, string message, params obje
|
||||
/// </summary>
|
||||
/// <param name="format">A composite format string.</param>
|
||||
/// <param name="arg">An array of objects to write using <paramref name="format" />.</param>
|
||||
public delegate void InformationDelegate(string format, params object[] arg);
|
||||
|
||||
public delegate void InformationDelegate(string format, params object[] arg);
|
||||
Reference in New Issue
Block a user