Namespaces

Types in Fake

Type TraceHelper

Namespace Fake

Methods

Properties

Public static methods

void closeAllOpenTags()

void closeTag(string tag)

void log(string message)

Logs the specified string

a logf<a>(PrintfFormat<a, Unit, string, Unit> fmt)

Logs the specified message (without line break)

a logfn<a>(PrintfFormat<a, Unit, string, Unit> fmt)

Logs the specified message

a logVerbosefn<a>(PrintfFormat<a, Unit, string, Unit> fmt)

Logs the specified string if the verbose mode is activated.

void openTag(string tag)

void trace(string message)

Writes a trace to the command line (in green)

void traceEndBuild()

Traces the end of the build

void traceEndTarget(string name)

Traces the end of a target

void traceEndTask(string task, string description)

Traces the end of a task

void TraceEnvironmentVariables()

Traces the EnvironmentVariables

void traceError(string error)

Traces an error (in red)

a tracef<a>(PrintfFormat<a, Unit, string, Unit> fmt)

Writes a message to the command line (in green) and without a line break

a traceFAKE<a>(PrintfFormat<a, Unit, string, Unit> fmt)

Writes a trace to the command line (in yellow)

a tracefn<a>(PrintfFormat<a, Unit, string, Unit> fmt)

Writes a message to the command line (in green)

void traceHeader(string name)

Traces a header

void traceImportant(string text)

Writes a trace to stderr (in yellow)

void traceLine()

Traces a line

void traceStartBuild()

Traces the begin of the build

void traceStartTarget(string name, string description, string dependencyString)

Traces the begin of a target

void traceStartTask(string task, string description)

Traces the begin of a task

void traceVerbose(string s)

Writes a trace to the command line (in green) if the verbose mode is activated.

Public properties

string fakePath get;

Gets the path of the current FAKE instance

Version fakeVersion get;

Gets the FAKE version no.

string fakeVersionStr get;

Gets the FAKE Version string