This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
5,502 additions
and
0 deletions.
There are no files selected for viewing
1,445 changes: 1,445 additions & 0 deletions
1,445
src/Microsoft.Extensions.Logging.Abstractions/baseline.netcore.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,009 changes: 1,009 additions & 0 deletions
1,009
src/Microsoft.Extensions.Logging.Console/baseline.net45.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,009 changes: 1,009 additions & 0 deletions
1,009
src/Microsoft.Extensions.Logging.Console/baseline.netcore.json
Large diffs are not rendered by default.
Oops, something went wrong.
235 changes: 235 additions & 0 deletions
235
src/Microsoft.Extensions.Logging.Debug/baseline.net45.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,235 @@ | ||
{ | ||
"AssemblyIdentity": "Microsoft.Extensions.Logging.Debug, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", | ||
"Types": [ | ||
{ | ||
"Name": "Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions", | ||
"Visibility": "Public", | ||
"Kind": "Class", | ||
"Abstract": true, | ||
"Static": true, | ||
"Sealed": true, | ||
"ImplementedInterfaces": [], | ||
"Members": [ | ||
{ | ||
"Kind": "Method", | ||
"Name": "AddDebug", | ||
"Parameters": [ | ||
{ | ||
"Name": "factory", | ||
"Type": "Microsoft.Extensions.Logging.ILoggerFactory" | ||
} | ||
], | ||
"ReturnType": "Microsoft.Extensions.Logging.ILoggerFactory", | ||
"Static": true, | ||
"Extension": true, | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
}, | ||
{ | ||
"Kind": "Method", | ||
"Name": "AddDebug", | ||
"Parameters": [ | ||
{ | ||
"Name": "factory", | ||
"Type": "Microsoft.Extensions.Logging.ILoggerFactory" | ||
}, | ||
{ | ||
"Name": "filter", | ||
"Type": "System.Func<System.String, Microsoft.Extensions.Logging.LogLevel, System.Boolean>" | ||
} | ||
], | ||
"ReturnType": "Microsoft.Extensions.Logging.ILoggerFactory", | ||
"Static": true, | ||
"Extension": true, | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
}, | ||
{ | ||
"Kind": "Method", | ||
"Name": "AddDebug", | ||
"Parameters": [ | ||
{ | ||
"Name": "factory", | ||
"Type": "Microsoft.Extensions.Logging.ILoggerFactory" | ||
}, | ||
{ | ||
"Name": "minLevel", | ||
"Type": "Microsoft.Extensions.Logging.LogLevel" | ||
} | ||
], | ||
"ReturnType": "Microsoft.Extensions.Logging.ILoggerFactory", | ||
"Static": true, | ||
"Extension": true, | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
} | ||
], | ||
"GenericParameters": [] | ||
}, | ||
{ | ||
"Name": "Microsoft.Extensions.Logging.Debug.DebugLogger", | ||
"Visibility": "Public", | ||
"Kind": "Class", | ||
"ImplementedInterfaces": [ | ||
"Microsoft.Extensions.Logging.ILogger" | ||
], | ||
"Members": [ | ||
{ | ||
"Kind": "Method", | ||
"Name": "BeginScope<T0>", | ||
"Parameters": [ | ||
{ | ||
"Name": "state", | ||
"Type": "T0" | ||
} | ||
], | ||
"ReturnType": "System.IDisposable", | ||
"Sealed": true, | ||
"Virtual": true, | ||
"ImplementedInterface": "Microsoft.Extensions.Logging.ILogger", | ||
"Visibility": "Public", | ||
"GenericParameter": [ | ||
{ | ||
"ParameterName": "TState", | ||
"ParameterPosition": 0, | ||
"BaseTypeOrInterfaces": [] | ||
} | ||
] | ||
}, | ||
{ | ||
"Kind": "Method", | ||
"Name": "IsEnabled", | ||
"Parameters": [ | ||
{ | ||
"Name": "logLevel", | ||
"Type": "Microsoft.Extensions.Logging.LogLevel" | ||
} | ||
], | ||
"ReturnType": "System.Boolean", | ||
"Sealed": true, | ||
"Virtual": true, | ||
"ImplementedInterface": "Microsoft.Extensions.Logging.ILogger", | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
}, | ||
{ | ||
"Kind": "Method", | ||
"Name": "Log<T0>", | ||
"Parameters": [ | ||
{ | ||
"Name": "logLevel", | ||
"Type": "Microsoft.Extensions.Logging.LogLevel" | ||
}, | ||
{ | ||
"Name": "eventId", | ||
"Type": "Microsoft.Extensions.Logging.EventId" | ||
}, | ||
{ | ||
"Name": "state", | ||
"Type": "T0" | ||
}, | ||
{ | ||
"Name": "exception", | ||
"Type": "System.Exception" | ||
}, | ||
{ | ||
"Name": "formatter", | ||
"Type": "System.Func<T0, System.Exception, System.String>" | ||
} | ||
], | ||
"ReturnType": "System.Void", | ||
"Sealed": true, | ||
"Virtual": true, | ||
"ImplementedInterface": "Microsoft.Extensions.Logging.ILogger", | ||
"Visibility": "Public", | ||
"GenericParameter": [ | ||
{ | ||
"ParameterName": "TState", | ||
"ParameterPosition": 0, | ||
"BaseTypeOrInterfaces": [] | ||
} | ||
] | ||
}, | ||
{ | ||
"Kind": "Constructor", | ||
"Name": ".ctor", | ||
"Parameters": [ | ||
{ | ||
"Name": "name", | ||
"Type": "System.String" | ||
} | ||
], | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
}, | ||
{ | ||
"Kind": "Constructor", | ||
"Name": ".ctor", | ||
"Parameters": [ | ||
{ | ||
"Name": "name", | ||
"Type": "System.String" | ||
}, | ||
{ | ||
"Name": "filter", | ||
"Type": "System.Func<System.String, Microsoft.Extensions.Logging.LogLevel, System.Boolean>" | ||
} | ||
], | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
} | ||
], | ||
"GenericParameters": [] | ||
}, | ||
{ | ||
"Name": "Microsoft.Extensions.Logging.Debug.DebugLoggerProvider", | ||
"Visibility": "Public", | ||
"Kind": "Class", | ||
"ImplementedInterfaces": [ | ||
"Microsoft.Extensions.Logging.ILoggerProvider" | ||
], | ||
"Members": [ | ||
{ | ||
"Kind": "Method", | ||
"Name": "CreateLogger", | ||
"Parameters": [ | ||
{ | ||
"Name": "name", | ||
"Type": "System.String" | ||
} | ||
], | ||
"ReturnType": "Microsoft.Extensions.Logging.ILogger", | ||
"Sealed": true, | ||
"Virtual": true, | ||
"ImplementedInterface": "Microsoft.Extensions.Logging.ILoggerProvider", | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
}, | ||
{ | ||
"Kind": "Method", | ||
"Name": "Dispose", | ||
"Parameters": [], | ||
"ReturnType": "System.Void", | ||
"Sealed": true, | ||
"Virtual": true, | ||
"ImplementedInterface": "System.IDisposable", | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
}, | ||
{ | ||
"Kind": "Constructor", | ||
"Name": ".ctor", | ||
"Parameters": [ | ||
{ | ||
"Name": "filter", | ||
"Type": "System.Func<System.String, Microsoft.Extensions.Logging.LogLevel, System.Boolean>" | ||
} | ||
], | ||
"Visibility": "Public", | ||
"GenericParameter": [] | ||
} | ||
], | ||
"GenericParameters": [] | ||
} | ||
] | ||
} |
Oops, something went wrong.