Added Packages
This commit is contained in:
BIN
3d Prototyp/Assets/Packages/Microsoft.Extensions.Logging.2.1.0/.signature.p7s
vendored
Normal file
BIN
3d Prototyp/Assets/Packages/Microsoft.Extensions.Logging.2.1.0/.signature.p7s
vendored
Normal file
Binary file not shown.
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.Extensions.Logging</id>
|
||||
<version>2.1.0</version>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
|
||||
<projectUrl>https://asp.net/</projectUrl>
|
||||
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
||||
<description>Logging infrastructure default implementation for Microsoft.Extensions.Logging.</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>logging</tags>
|
||||
<serviceable>true</serviceable>
|
||||
<repository type="git" url="https://github.com/aspnet/Logging" commit="6dffd8b4f6b6e2204224ae586cbea19375a7d206" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.1.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.Configuration.Binder" version="2.1.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.1.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.Options" version="2.1.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 237914fb92278ce4ea4ed9ecb84dc537
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
3d Prototyp/Assets/Packages/Microsoft.Extensions.Logging.2.1.0/lib.meta
vendored
Normal file
8
3d Prototyp/Assets/Packages/Microsoft.Extensions.Logging.2.1.0/lib.meta
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9e4343bef85dfa6429f050ccfba7e7d2
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
3d Prototyp/Assets/Packages/Microsoft.Extensions.Logging.2.1.0/lib/netstandard2.0.meta
vendored
Normal file
8
3d Prototyp/Assets/Packages/Microsoft.Extensions.Logging.2.1.0/lib/netstandard2.0.meta
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aca87df89ea05434e99b8bc7c4c235bd
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@ -0,0 +1,23 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d633c00f2e5591543b9017e8af6e1f30
|
||||
labels:
|
||||
- NuGetForUnity
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
defineConstraints: []
|
||||
isPreloaded: 0
|
||||
isOverridable: 0
|
||||
isExplicitlyReferenced: 0
|
||||
validateReferences: 1
|
||||
platformData:
|
||||
- first:
|
||||
Any:
|
||||
second:
|
||||
enabled: 1
|
||||
settings: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,94 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Microsoft.Extensions.Logging</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions">
|
||||
<summary>
|
||||
Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Extensions.Logging.ILoggingBuilder">
|
||||
<summary>
|
||||
An interface for configuring logging providers.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Extensions.Logging.ILoggingBuilder.Services">
|
||||
<summary>
|
||||
Gets the <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> where Logging services are configured.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Extensions.Logging.LoggerFactory.CheckDisposed">
|
||||
<summary>
|
||||
Check if the factory has been disposed.
|
||||
</summary>
|
||||
<returns>True when <see cref="M:Microsoft.Extensions.Logging.LoggerFactory.Dispose"/> as been called</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.Extensions.Logging.LoggerFilterOptions.MinLevel">
|
||||
<summary>
|
||||
Gets or sets the minimum level of log messages if none of the rules match.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Extensions.Logging.LoggerFilterOptions.Rules">
|
||||
<summary>
|
||||
Gets the collection of <see cref="T:Microsoft.Extensions.Logging.LoggerFilterRule"/> used for filtering log messages.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Extensions.Logging.LoggerFilterRule">
|
||||
<summary>
|
||||
Defines a rule used to filter log messages
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Extensions.Logging.LoggerFilterRule.ProviderName">
|
||||
<summary>
|
||||
Gets the logger provider type or alias this rule applies to.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Extensions.Logging.LoggerFilterRule.CategoryName">
|
||||
<summary>
|
||||
Gets the logger category this rule applies to.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel">
|
||||
<summary>
|
||||
Gets the minimum <see cref="P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel"/> of messages.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Extensions.Logging.LoggerFilterRule.Filter">
|
||||
<summary>
|
||||
Gets the filter delegate that would be applied to messages that passed the <see cref="P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Extensions.Logging.LoggingBuilderExtensions">
|
||||
<summary>
|
||||
Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Extensions.Logging.ProviderAliasAttribute">
|
||||
<summary>
|
||||
Defines alias for <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider"/> implementation to be used in filtering rules.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions">
|
||||
<summary>
|
||||
Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
|
||||
<summary>
|
||||
Adds logging services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
|
||||
</summary>
|
||||
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
|
||||
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})">
|
||||
<summary>
|
||||
Adds logging services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
|
||||
</summary>
|
||||
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
|
||||
<param name="configure">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder"/> configuration delegate.</param>
|
||||
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 017793539fecbbb408f9c844acc740cd
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user