3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > Class LinqToDBLoggerFactoryAdapter
6
- | Linq To DB (aka linq2db) </ title >
6
+ | Linq To DB </ title >
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
8
< meta name ="title " content ="Class LinqToDBLoggerFactoryAdapter
9
- | Linq To DB (aka linq2db) ">
9
+ | Linq To DB ">
10
10
11
- < link rel ="icon " href ="../images/icon.ico ">
12
- < link rel ="stylesheet " href ="../styles /docfx.min.css ">
13
- < link rel ="stylesheet " href ="../styles /main.css ">
14
- < meta name ="docfx:navrel " content ="../toc.html ">
11
+ < link rel ="icon " href ="../../ images/icon.ico ">
12
+ < link rel ="stylesheet " href ="../../public /docfx.min.css ">
13
+ < link rel ="stylesheet " href ="../../public /main.css ">
14
+ < meta name ="docfx:navrel " content ="../../ toc.html ">
15
15
< meta name ="docfx:tocrel " content ="toc.html ">
16
16
17
- < meta name ="docfx:rel " content ="../ ">
17
+ < meta name ="docfx:rel " content ="../../ ">
18
+
19
+
18
20
< meta name ="docfx:docurl " content ="https://github.com/linq2db/linq2db/new/master/apiSpec/new?filename=LinqToDB_AspNet_Logging_LinqToDBLoggerFactoryAdapter.md&value=---%0Auid%3A%20LinqToDB.AspNet.Logging.LinqToDBLoggerFactoryAdapter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A ">
21
+ </ head >
19
22
20
- < script >
21
- MathJax = {
22
- options : {
23
- processHtmlClass : [ 'tex2jax_process' , 'math' ]
24
- }
25
- } ;
26
- </ script >
23
+ < script type ="module ">
24
+ import options from './../../public/main.js'
25
+ import { init } from './../../public/docfx.min.js'
26
+ init ( options )
27
+ </ script >
28
+
29
+ < script >
30
+ const theme = localStorage . getItem ( 'theme' ) || 'auto'
31
+ document . documentElement . setAttribute ( 'data-bs-theme' , theme === 'auto' ? ( window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches ? 'dark' : 'light' ) : theme )
32
+ </ script >
27
33
28
- < script type ="text/javascript " src ="../styles/docfx.min.js "> </ script >
29
- < script type ="text/javascript " src ="../styles/main.js "> </ script >
30
- </ head >
31
34
32
35
< body class ="tex2jax_ignore " data-layout ="" data-yaml-mime ="ManagedReference ">
33
36
< header class ="bg-body border-bottom ">
34
37
< nav id ="autocollapse " class ="navbar navbar-expand-md " role ="navigation ">
35
38
< div class ="container-xxl flex-nowrap ">
36
- < a class ="navbar-brand " href ="../index.html ">
37
- < img id ="logo " class ="svg " src ="../images/icon.png " alt ="">
38
-
39
+ < a class ="navbar-brand " href ="../../ index.html ">
40
+ < img id ="logo " class ="svg " src ="../../ images/icon.png " alt ="Linq To DB ">
41
+ Linq To DB
39
42
</ a >
40
43
< button class ="btn btn-lg d-md-none border-0 " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navpanel " aria-controls ="navpanel " aria-expanded ="false " aria-label ="Toggle navigation ">
41
44
< i class ="bi bi-three-dots "> </ i >
@@ -109,49 +112,6 @@ <h1 id="LinqToDB_AspNet_Logging_LinqToDBLoggerFactoryAdapter" data-uid="LinqToDB
109
112
110
113
111
114
112
- < dl class ="typelist extensionMethods ">
113
- < dt > Extension Methods</ dt >
114
- < dd >
115
- < div >
116
- < a class ="xref " href ="LinqToDB.Sql.html#LinqToDB_Sql_IsDistinctFrom__1___0___0_ "> Sql.IsDistinctFrom<T>(T, T)</ a >
117
- </ div >
118
- < div >
119
- < a class ="xref " href ="LinqToDB.Sql.html#LinqToDB_Sql_IsNotDistinctFrom__1___0___0_ "> Sql.IsNotDistinctFrom<T>(T, T)</ a >
120
- </ div >
121
- < div >
122
- < a class ="xref " href ="LinqToDB.Tools.Mapper.Map.html#LinqToDB_Tools_Mapper_Map_DeepCopy__1___0_ "> Map.DeepCopy<T>(T)</ a >
123
- </ div >
124
- < div >
125
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_In__1___0___0___0___0_ "> SqlExtensions.In<T>(T, T, T, T)</ a >
126
- </ div >
127
- < div >
128
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_In__1___0___0___0_ "> SqlExtensions.In<T>(T, T, T)</ a >
129
- </ div >
130
- < div >
131
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_In__1___0___0___ "> SqlExtensions.In<T>(T, params T[])</ a >
132
- </ div >
133
- < div >
134
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_In__1___0_System_Collections_Generic_IEnumerable___0__ "> SqlExtensions.In<T>(T, IEnumerable<T>)</ a >
135
- </ div >
136
- < div >
137
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_In__1___0_System_Linq_IQueryable___0__ "> SqlExtensions.In<T>(T, IQueryable<T>)</ a >
138
- </ div >
139
- < div >
140
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_NotIn__1___0___0___0___0_ "> SqlExtensions.NotIn<T>(T, T, T, T)</ a >
141
- </ div >
142
- < div >
143
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_NotIn__1___0___0___0_ "> SqlExtensions.NotIn<T>(T, T, T)</ a >
144
- </ div >
145
- < div >
146
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_NotIn__1___0___0___ "> SqlExtensions.NotIn<T>(T, params T[])</ a >
147
- </ div >
148
- < div >
149
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_NotIn__1___0_System_Collections_Generic_IEnumerable___0__ "> SqlExtensions.NotIn<T>(T, IEnumerable<T>)</ a >
150
- </ div >
151
- < div >
152
- < a class ="xref " href ="LinqToDB.Tools.SqlExtensions.html#LinqToDB_Tools_SqlExtensions_NotIn__1___0_System_Linq_IQueryable___0__ "> SqlExtensions.NotIn<T>(T, IQueryable<T>)</ a >
153
- </ div >
154
- </ dd > </ dl >
155
115
156
116
157
117
@@ -234,9 +194,6 @@ <h4 class="section">Parameters</h4>
234
194
235
195
</ article >
236
196
237
- < div class ="contribution d-print-none ">
238
- < a href ="https://github.com/linq2db/linq2db/blob/master/Source/LinqToDB.AspNet/Logging/LinqToDbLoggerFactoryAdapter.cs/#L8 " class ="edit-link "> Edit this page</ a >
239
- </ div >
240
197
241
198
242
199
</ div >
@@ -251,7 +208,7 @@ <h4 class="section">Parameters</h4>
251
208
< footer class ="border-top ">
252
209
< div class ="container-xxl ">
253
210
< div class ="flex-fill ">
254
- Copyright © 2011-2023 linq2db.com < br > < br > Generated by < strong > DocFX</ strong >
211
+ © 2011-2023 Linq To DB Team < br > Generated by < strong > < a href =' https://github.com/dotnet/docfx ' target =' _blank ' > DocFX</ a > </ strong >
255
212
</ div >
256
213
</ div >
257
214
</ footer >
0 commit comments