Anotar.CommonLogging.LogTo.InfoException C# (CSharp) Метод

InfoException() публичный статический Метод

Writes the diagnostic message and exception at the Info level.
public static InfoException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
Результат void
        public static void InfoException(Func<string> message, Exception exception)
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::InfoException ( string format, Exception exception ) : void