-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Loggers_HostLogger_Write
andrewvk edited this page Nov 8, 2016
·
3 revisions
Write the text.
Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
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
- logKind
- Type: LogKind
Kind of text. - text
- Type: System.String
The text to write.