public BrowserConsoleLoggerProvider(ILoggingInterop loggingInterop) => _jsInterop = loggingInterop;
Esempio n. 2
0
 public BrowserConsoleLogger(ILoggingInterop jsInterop) : base(jsInterop, typeof(TCategoryName).FullName)
 {
 }