/// <summary> /// Initializes a new instance of <see cref="HttpMessageInspector"/> class with default logging options /// (all request and response fields except body are added to the current <see cref="LogCastContext"/>) /// </summary> public HttpMessageInspector() : base(LoggingOptions.Default()) { }
public LogCastModule() : this(LoggingOptions.Default()) { }
protected virtual void PreConfigureServices(ContainerBuilder containerBuilder) { containerBuilder.RegisterInstance(LoggingOptions.Default()); }