Advtools.AdvInterceptor.Logger.Exception C# (CSharp) Method

Exception() public method

public Exception ( Exception e, string message ) : void
e System.Exception
message string
return void
        public void Exception(Exception e, string message)
        {
            Log(LogLevel.Error, message);
            Log(LogLevel.Error, e.Message);
        }