Skip to content

M_CodeJam_PerfTests_Loggers_HostLogger_WriteLine_1

andrewvk edited this page Nov 8, 2016 · 3 revisions

HostLogger.WriteLine Method (LogKind, String)

Write the line.

Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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 

Parameters

 

logKind
Type: LogKind
Kind of text.
text
Type: System.String
The text to write.

See Also

Reference

HostLogger Class
WriteLine Overload
CodeJam.PerfTests.Loggers Namespace

Clone this wiki locally