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

Information() public static method

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