Anotar.LibLog.LogTo.Info C# (CSharp) Method

Info() public static method

Writes the diagnostic message at the Info level.
public static Info ( ) : void
return void
        public static void Info()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Info ( Func message ) : void
LogTo::Info ( string message ) : void