mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move to file scoped namespaces.
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2022 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
namespace Aaru.Console
|
namespace Aaru.Console;
|
||||||
{
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Writes the text representation of the specified array of objects, followed by the current line terminator, to
|
/// Writes the text representation of the specified array of objects, followed by the current line terminator, to
|
||||||
/// the standard output console using the specified format information.
|
/// the standard output console using the specified format information.
|
||||||
@@ -233,4 +233,3 @@ namespace Aaru.Console
|
|||||||
public static void DebugWriteLine(string module, string value) =>
|
public static void DebugWriteLine(string module, string value) =>
|
||||||
DebugWriteLineEvent?.Invoke("{0}", "DEBUG (" + module + "): " + value);
|
DebugWriteLineEvent?.Invoke("{0}", "DEBUG (" + module + "): " + value);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user