Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
<Parameter Name="categoryName" Type="System.String" />
</Parameters>
<Docs>
<param name="categoryName">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="categoryName">The category name for messages produced by the logger.</param>
<summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instance.</summary>
<returns>The instance of <see cref="T:Microsoft.Extensions.Logging.ILogger" /> that was created.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
Expand All @@ -97,7 +97,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<Parameter Name="options" Type="Microsoft.Extensions.Logging.AzureAppServices.Internal.BatchingLoggerOptions" />
</Parameters>
<Docs>
<param name="options">To be added.</param>
<summary>To be added.</summary>
<param name="options">The options instance to configure.</param>
<summary>Invoked to configure a <typeparamref name="TOptions" /> instance.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
</Parameters>
<Docs>
<typeparam name="TState">To be added.</typeparam>
<param name="state">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="state">The identifier for the scope.</param>
<summary>Begins a logical operation scope.</summary>
<returns>A disposable object that ends the logical operation scope on dispose.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -107,9 +107,10 @@
<Parameter Name="logLevel" Type="Microsoft.Extensions.Logging.LogLevel" />
</Parameters>
<Docs>
<param name="logLevel">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="logLevel">level to be checked.</param>
<summary>Checks if the given <paramref name="logLevel" /> is enabled.</summary>
<returns>
<see langword="true" /> if enabled; <see langword="false" /> otherwise.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -145,12 +146,12 @@
</Parameters>
<Docs>
<typeparam name="TState">To be added.</typeparam>
<param name="logLevel">To be added.</param>
<param name="eventId">To be added.</param>
<param name="state">To be added.</param>
<param name="exception">To be added.</param>
<param name="formatter">To be added.</param>
<summary>To be added.</summary>
<param name="logLevel">Entry will be written on this level.</param>
<param name="eventId">Id of the event.</param>
<param name="state">The entry to be written. Can be also an object.</param>
<param name="exception">The exception related to this entry.</param>
<param name="formatter">Function to create a <see cref="T:System.String" /> message of the <paramref name="state" /> and <paramref name="exception" />.</param>
<summary>Writes a log entry.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
<Parameter Name="categoryName" Type="System.String" />
</Parameters>
<Docs>
<param name="categoryName">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="categoryName">The category name for messages produced by the logger.</param>
<summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instance.</summary>
<returns>The instance of <see cref="T:Microsoft.Extensions.Logging.ILogger" /> that was created.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -102,7 +102,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<Docs>
<param name="data">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>Initiates an asynchronous operation to open a stream for writing to the blob.</summary>
<returns>A <see cref="T:System.Threading.Tasks.Task`1" /> object of type <see cref="T:System.IO.Stream" /> that represents the asynchronous operation.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
Expand All @@ -127,8 +127,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>Initiates an asynchronous operation to create an empty append blob.</summary>
<returns>A <see cref="T:System.Threading.Tasks.Task" /> object that represents the asynchronous operation.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
Expand All @@ -153,8 +153,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>Initiates an asynchronous operation to open a stream for writing to the blob.</summary>
<returns>A <see cref="T:System.Threading.Tasks.Task`1" /> object of type <see cref="T:System.IO.Stream" /> that represents the asynchronous operation.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<Parameter Name="options" Type="Microsoft.Extensions.Logging.AzureAppServices.AzureBlobLoggerOptions" />
</Parameters>
<Docs>
<param name="options">To be added.</param>
<summary>To be added.</summary>
<param name="options">The options instance to configure.</param>
<summary>Invoked to configure a <typeparamref name="TOptions" /> instance.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<Parameter Name="options" Type="Microsoft.Extensions.Logging.LoggerFilterOptions" />
</Parameters>
<Docs>
<param name="options">To be added.</param>
<summary>To be added.</summary>
<param name="options">The options instance to configure.</param>
<summary>Invoked to configure a <typeparamref name="TOptions" /> instance.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<Parameter Name="options" Type="Microsoft.Extensions.Logging.AzureAppServices.AzureFileLoggerOptions" />
</Parameters>
<Docs>
<param name="options">To be added.</param>
<summary>To be added.</summary>
<param name="options">The options instance to configure.</param>
<summary>Invoked to configure a <typeparamref name="TOptions" /> instance.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets the path to the home folder if running in Azure WebApp.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<inheritdoc />
Expand Down Expand Up @@ -99,7 +99,7 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets a value indicating whether or not we're in an Azure WebApp.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<inheritdoc />
Expand Down Expand Up @@ -127,7 +127,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets the id of site if running in Azure WebApp.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<inheritdoc />
Expand Down Expand Up @@ -155,7 +155,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets the name of site if running in Azure WebApp.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<inheritdoc />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<ReturnType>Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The current value of the configuration.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<inheritdoc />
Expand Down Expand Up @@ -114,7 +114,7 @@
<ReturnType>System.EventHandler&lt;Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Triggers when the configuration has changed.</summary>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
Expand Down