9.4.314
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 9.4.311
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.314"
/>
API Differences between 9.4.314 and 9.4.311
21
Additions
0
Removals
Relativity.Logging
public
class
LoggerOptions
public
void
AddSinkParameter
(
string
name
,
object
value
)
Relativity.Logging.Configuration
public
abstract
class
PeriodicBatchingSinkConfig
:
Sink
public
const
int
DefaultBatchSizeLimit
=
1000
public
const
int
DefaultWaitPeriodSeconds
=
60
public
int
BatchSizeLimit
{
get
; }
public
int
WaitPeriodSeconds
{
get
; }
protected
PeriodicBatchingSinkConfig
(
string
name
,
int
batchSizeLimit
,
int
waitPeriodSeconds
)
public
class
RelativityHttpSinkConfig
:
PeriodicBatchingSinkConfig
public
const
string
CredentialSinkParameterKey
=
"relativity-http-sink-credential"
public
const
string
InstanceUrlSinkParameterKey
=
"relativity-http-sink-instance-url"
public
RelativityHttpSinkConfig
(
string
name
,
int
batchSizeLimit
,
int
waitPeriodSeconds
)
public
class
SeqSinkConfig
:
PeriodicBatchingSinkConfig
public
const
string
ApiKeySinkParameterKey
=
"seq-sink-api-key"
public
const
string
ServerUrlSinkParameterKey
=
"seq-sink-server-url"
public
SeqSinkConfig
(
string
name
,
int
batchSizeLimit
,
int
waitPeriodSeconds
)
Relativity.Logging.Sinks.Factory
public
class
RelativitySinkFactory
public
RelativitySinkFactory
(
LoggerOptions
options
)
public
ILogEventSink
GetHttpSink
(
Sink
sink
)
public
class
SeqSinkFactory
public
SeqSinkFactory
(
LoggerOptions
options
)
public
ILogEventSink
GetSeqSink
(
Sink
sink
)