Bosphorus.Library.Facades.Logger.Scoped.Debug C# (CSharp) Method

Debug() public static method

public static Debug ( string message ) : IDisposable
message string
return IDisposable
            public static IDisposable Debug(string message)
            {
                return Log(message, LogType.Debug);
            }