-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Loggers_HostLogger_ShouldWrite
andrewvk edited this page Nov 8, 2016
·
2 revisions
Checks if the line should be written.
Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected virtual bool ShouldWrite(
LogKind logKind
)
VB
Protected Overridable Function ShouldWrite (
logKind As LogKind
) As Boolean
F#
abstract ShouldWrite :
logKind : LogKind -> bool
override ShouldWrite :
logKind : LogKind -> bool
- logKind
- Type: LogKind
The kind of log message.
Type: Booleantrue
if the line should be written.