2018.11.5
29 Jan 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 2019.3.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
=
"2018.11.5"
/>
API Differences between 2018.11.5 and 2019.3.0
13
Additions
5
Removals
Relativity.Logging.Sinks
public
class
TcpRetryPolicy
public
TcpRetryPolicy
()
public
Socket
Connect
(
Func
<
IPAddress
,
int
,
Socket
>
connect
,
IPAddress
host
,
int
port
,
CancellationToken
cancellationToken
,
Action
pauseAndClearQueue
,
Action
restartQueue
)
public
class
TcpSink
:
ILogEventSink
,
IDisposable
protected
static
readonly
UTF8Encoding
Utf8
public
TcpSink
(
TcpSinkConnectionInfo
connectionInfo
,
ITextFormatter
textFormatter
,
int
batchPostingLimit
,
TimeSpan
period
)
public
TcpSink
(
TcpSinkConnectionInfo
connectionInfo
,
ITextFormatter
formatter
)
public
void
Dispose
()
public
void
Emit
(
LogEvent
logEvent
)
public
class
TcpSinkConnection
public
class
TcpSocketWriter
:
IDisposable
public
event
Action
<
Exception
>
LoggingFailureHandler
public
TcpSocketWriter
(
IPAddress
host
,
int
port
,
TcpRetryPolicy
policy
,
int
maxQueueSize
,
Func
<
IPAddress
,
int
,
Socket
>
connect
=
null
)
public
void
Dispose
()
public
void
Enqueue
(
string
entry
)
public
void
PauseAndClearQueue
()
public
void
ResumeQueue
()
Relativity.Logging.Tools.ExceptionHandlers
public
class
ConfigFileExceptionHandler
:
MarshalByRefObject
,
IReadFile
,
IReadConfigurationParts
public
class
DatabaseExceptionHandler
:
MarshalByRefObject
,
IReadDatabase
,
IReadConfigurationParts