コード例 #1
0
 public BrowserConsoleLoggerProvider(ILoggingInterop loggingInterop) => _jsInterop = loggingInterop;
コード例 #2
0
 public BrowserConsoleLogger(ILoggingInterop jsInterop) : base(jsInterop, typeof(TCategoryName).FullName)
 {
 }