We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Write the text.
Namespace: CodeJam.PerfTests.LoggersAssembly: 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
HostLogger ClassCodeJam.PerfTests.Loggers Namespace