2019.3.0
29 Apr 19
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 2018.11.5
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
=
"2019.3.0"
/>
API Differences between 2019.3.0 and 2018.11.5
23
Additions
5
Removals
Relativity.Logging.Sinks
public
class
TcpRetryPolicy
public
class
TcpSink
:
PeriodicBatchingSink
public
TcpSink
(
TcpSinkConnectionInfo
connectionInfo
,
ITextFormatter
formatter
)
public
void
Dispose
()
public
void
Emit
(
LogEvent
logEvent
)
protected
static
readonly
UTF8Encoding
Utf8
public
TcpSink
(
TcpSinkConnectionInfo
connectionInfo
,
ITextFormatter
textFormatter
,
int
batchPostingLimit
,
TimeSpan
period
)
public
class
TcpSinkConnection
public
TcpSinkConnection
(
TcpSinkConnectionInfo
connectionInfo
)
public
void
Close
()
public
Task
ConnectAsync
()
public
Task
FlushAsync
()
public
Task
WriteAsync
(
byte
[]
buffer
,
int
offset
,
int
count
)
public
class
TcpSocketWriter
:
IDisposable
Relativity.Logging.Tools.ExceptionHandlers
public
class
ConfigFileExceptionHandler
:
MarshalByRefObject
,
IReadFile
,
IReadConfigurationParts
public
MasterLoggingConfiguration
LoggingSetting
{
get
; }
public
ConfigFileExceptionHandler
(
IReadFile
fileReader
)
public
List
<
Configuration
>
GetAllConfigurations
()
public
List
<
Rule
>
GetAllRules
()
public
List
<
Sink
>
GetAllSinks
()
public
bool
GetEnabled
()
public
int
GetPollingInterval
()
public
void
ReadFile
()
public
class
DatabaseExceptionHandler
:
MarshalByRefObject
,
IReadDatabase
,
IReadConfigurationParts
public
bool
IsConnectionHealthy
{
get
; }
public
DatabaseExceptionHandler
(
IReadDatabase
databaseReader
)
public
List
<
Configuration
>
GetAllConfigurations
()
public
List
<
Rule
>
GetAllRules
()
public
List
<
Sink
>
GetAllSinks
()