IConsole.

Write(string) Method

Summary

Writes msg to the console without a trailing newline.
Namespace
GitVersion.Logging
Containing Type
IConsole

Syntax

void Write(string msg)

Parameters

Name Type Description
msg string

Return Value

Type Description
void
GitHub