-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_PerfTests_Loggers_HostLogger_WriteLine_1
andrewvk edited this page Nov 8, 2016
·
3 revisions
Write the line.
Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public virtual void WriteLine(
LogKind logKind,
string text
)
VB
Public Overridable Sub WriteLine (
logKind As LogKind,
text As String
)
F#
abstract WriteLine :
logKind : LogKind *
text : string -> unit
override WriteLine :
logKind : LogKind *
text : string -> unit
- logKind
- Type: LogKind
Kind of text. - text
- Type: System.String
The text to write.
HostLogger Class
WriteLine Overload
CodeJam.PerfTests.Loggers Namespace