9.4.304
13 Sep 18
Toggle Dropdown
Version 2019
2019.5.1
1 Jul 19
2019.3.0
29 Apr 19
Version 2018
2018.11.5
29 Jan 19
Version 9
9.4.321
13 Sep 18
9.4.320
13 Sep 18
9.4.319
13 Sep 18
9.4.318
13 Sep 18
9.4.317
13 Sep 18
9.4.316
13 Sep 18
9.4.315
13 Sep 18
9.4.314
13 Sep 18
9.4.313
13 Sep 18
9.4.312
13 Sep 18
9.4.311
13 Sep 18
9.4.310
13 Sep 18
9.4.309
13 Sep 18
9.4.308
13 Sep 18
9.4.307
13 Sep 18
9.4.306
13 Sep 18
9.4.305
13 Sep 18
9.4.304
13 Sep 18
9.4.303
13 Sep 18
9.4.302
13 Sep 18
9.4.301
13 Sep 18
9.4.300
13 Sep 18
Version 1
1.0.1
13 Sep 18
1.0.0
13 Sep 18
Compare to version...
with 1.0.0
Toggle Dropdown
Version 2019
2019.5.1
1 Jul 19
2019.3.0
29 Apr 19
Version 2018
2018.11.5
29 Jan 19
Version 9
9.4.321
13 Sep 18
9.4.320
13 Sep 18
9.4.319
13 Sep 18
9.4.318
13 Sep 18
9.4.317
13 Sep 18
9.4.316
13 Sep 18
9.4.315
13 Sep 18
9.4.314
13 Sep 18
9.4.313
13 Sep 18
9.4.312
13 Sep 18
9.4.311
13 Sep 18
9.4.310
13 Sep 18
9.4.309
13 Sep 18
9.4.308
13 Sep 18
9.4.307
13 Sep 18
9.4.306
13 Sep 18
9.4.305
13 Sep 18
9.4.304
13 Sep 18
9.4.303
13 Sep 18
9.4.302
13 Sep 18
9.4.301
13 Sep 18
9.4.300
13 Sep 18
Version 1
1.0.1
13 Sep 18
1.0.0
13 Sep 18
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.Logging"
Version
=
"9.4.304"
/>
API Differences between 9.4.304 and 1.0.0
17
Additions
0
Removals
Relativity.Logging.Configuration
public
class
LogentriesSinkConfig
:
Sink
public
string
LogentriesToken
{
get
; }
public
LogentriesSinkConfig
(
string
name
,
string
logentriesToken
)
Relativity.Logging.Configuration.EDDS
public
enum
SinkType
Logentries
=
4
Relativity.Logging.Sinks.Factory
public
class
ElasticsearchSinkFactory
public
ElasticsearchSinkFactory
()
public
ILogEventSink
GetElasticsearchSink
(
Sink
sink
)
public
class
FileSinkFactory
public
FileSinkFactory
(
LoggerOptions
options
)
public
ILogEventSink
GetFileSinkConfig
(
Sink
sink
)
public
class
LogentriesSinkFactory
public
LogentriesSinkFactory
()
public
ILogEventSink
GetLogentriesSinkConfig
(
Sink
sink
)
public
class
MSSqlServerSinkFactory
public
MSSqlServerSinkFactory
(
LoggerOptions
options
)
public
ILogEventSink
GetEddsLogSinkConfig
(
Sink
sink
)
public
ILogEventSink
GetSQLSinkConfig
(
Sink
sink
)