Skip to main content

Definition

Assembly: Breakdance.Tools.dll Namespace: CloudNimble.Breakdance.Tools Inheritance: System.Object

Syntax

Summary

Console Color Helper class that provides coloring to individual commands

Methods

Write

Write with color

Syntax

Parameters

Write

Writes out a line with color specified as a string

Syntax

Parameters

WriteEmbeddedColorLine

Allows a string to be written with embedded color values using: This is [red]Red[/red] text and this is [cyan]Blue[/cyan] text

Syntax

Parameters

WriteError

Write a Error Line - Red

Syntax

Parameters

WriteInfo

Write a Info Line - dark cyan

Syntax

Parameters

WriteLine

WriteLine with color

Syntax

Parameters

WriteLine

Writes out a line with a specific color as a string

Syntax

Parameters

WriteSuccess

Write a Success Line - green

Syntax

Parameters

WriteWarning

Write a Warning Line - Yellow

Syntax

Parameters

WriteWrappedHeader

Writes a line of header text wrapped in a in a pair of lines of dashes:

Header Text

and allows you to specify a color for the header. The dashes are colored

Syntax

Parameters