Skip to content

M_CodeJam_PerfTests_Loggers_HostLogger_Write

andrewvk edited this page Nov 8, 2016 · 3 revisions

HostLogger.Write Method

Write the text.

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 Write(
	LogKind logKind,
	string text
)

VB

Public Overridable Sub Write ( 
	logKind As LogKind,
	text As String
)

F#

abstract Write : 
        logKind : LogKind * 
        text : string -> unit 
override Write : 
        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
CodeJam.PerfTests.Loggers Namespace

Clone this wiki locally