closeAllOpenTags ()
Signature: unit -> unit
|
|
closeTag tag
Signature: tag:string -> unit
|
Removes an opening tag from the internal tag stack
|
console
Signature: ITraceListener
|
|
exceptionAndInnersToString ex
Signature: ex:Exception -> string
|
Converts an exception and its inner exceptions to a nice string.
|
fakePath
Signature: string
|
Gets the path of the current FAKE instance
|
fakeVersion
Signature: string
|
Gets the FAKE version no.
|
fakeVersionStr
Signature: string
|
Gets the FAKE Version string
|
log message
Signature: message:string -> unit
|
Logs the specified string
|
Log message files
Signature: message:string -> files:seq<string> -> unit
|
Logs the given files with the message.
|
logf fmt
Signature: fmt:StringFormat<'?8583,unit> -> '?8583
Type parameters: '?8583
|
Logs the specified message (without line break)
|
logfn fmt
Signature: fmt:StringFormat<'?8581,unit> -> '?8581
Type parameters: '?8581
|
Logs the specified message
|
logToConsole (msg, eventLogEntry)
Signature: (msg:string * eventLogEntry:EventLogEntryType) -> unit
|
Traces the message to the console
|
logVerbosefn fmt
Signature: fmt:StringFormat<'?8585,unit> -> '?8585
Type parameters: '?8585
|
Logs the specified string if the verbose mode is activated.
|
openTag tag
Signature: tag:string -> unit
|
Puts an opening tag on the internal tag stack
|
trace message
Signature: message:string -> unit
|
Writes a trace to the command line (in green)
|
traceEndBuild ()
Signature: unit -> unit
|
Traces the end of the build
|
traceEndTarget name
Signature: name:string -> unit
|
Traces the end of a target
|
traceEndTask task description
Signature: task:string -> description:string -> unit
|
Traces the end of a task
|
TraceEnvironmentVariables ()
Signature: unit -> unit
|
Traces the EnvironmentVariables
|
traceError error
Signature: error:string -> unit
|
Traces an error (in red)
|
traceException ex
Signature: ex:Exception -> unit
|
Traces an exception details (in red)
|
tracef fmt
Signature: fmt:StringFormat<'?8590,unit> -> '?8590
Type parameters: '?8590
|
Writes a message to the command line (in green) and without a line break
|
traceFAKE fmt
Signature: fmt:StringFormat<'?8594,unit> -> '?8594
Type parameters: '?8594
|
Writes a trace to the command line (in yellow)
|
tracefn fmt
Signature: fmt:StringFormat<'?8588,unit> -> '?8588
Type parameters: '?8588
|
Writes a message to the command line (in green)
|
traceHeader name
Signature: name:string -> unit
|
Traces a header
|
traceImportant text
Signature: text:string -> unit
|
Writes a trace to stderr (in yellow)
|
traceLine ()
Signature: unit -> unit
|
Traces a line
|
traceStartBuild ()
Signature: unit -> unit
|
Traces the begin of the build
|
traceStartTarget (...)
Signature: name:string -> description:string -> dependencyString:string -> unit
|
Traces the begin of a target
|
traceStartTask task description
Signature: task:string -> description:string -> unit
|
Traces the begin of a task
|
traceStartTaskUsing task description
Signature: task:string -> description:string -> IDisposable
|
Traces the begin of a task and closes it again after disposing of the return value
(call it with 'use')
|
traceVerbose s
Signature: s:string -> unit
|
Writes a trace to the command line (in green) if the verbose mode is activated.
|