Anotar.NServiceBus.LogTo.InfoException C# (CSharp) Method

InfoException() public static method

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.
return void
        public static void InfoException(Func<string> message, Exception exception)
        {
            throw new NotImplementedException();
        }

Same methods

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