add debug option

This commit is contained in:
rafael-aero
2021-07-21 10:42:04 +02:00
parent 9107b161b3
commit c4ff481131
5 changed files with 24 additions and 7 deletions

View File

@@ -15,6 +15,11 @@ namespace ElectronNET.API
/// </summary>
public sealed class App
{
/// <summary>
/// Print every message sent to the socket
/// </summary>
public static bool SocketDebug { get; set; }
/// <summary>
/// Emitted when all windows have been closed.
/// <para/>