9.4.310
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.310"
/>
API Differences between 9.4.310 and 9.4.311
3
Additions
9
Removals
Relativity.Logging
public
interface
IInternalLogger
public
class
NullInternalLogger
:
IInternalLogger
Relativity.Logging.Configuration
public
class
Rule
public
string
GetSemicolonDelimitedSinks
()
public
string
GetSemiColonDelimitedSinks
()
Relativity.Logging.Factory
public
static
class
LogFactory
public
static
ILog
GetLogger
(
LoggerOptions
options
,
IInternalLogger
internalLogger
)
public
static
ILog
GetLogger
(
LoggerOptions
options
,
LogConfiguration
configuration
,
IInternalLogger
internalLogger
)
Relativity.Logging.Tools
public
sealed
class
InternalLogger
public
InternalLogger
()
public
static
void
Initialize
(
IInternalLogger
internalLogger
)
public
static
void
WriteFromExternal
(
string
message
,
LoggerOptions
options
)
public
static
InternalLogger
Instance
{
get
; }
public
static
void
WriteTokCuraEventLog
(
string
message
,
string
system
)
public
class
InternalTraceLogger
:
IInternalLogger