grinder
grinder
log function
log
grinder
grinder
log function
grinder library
Classes
Analyzer
Dart
Dart2js
DartDoc
DartFmt
DefaultTask
Depends
DevCompiler
FilePath
FileSet
Grinder
GrinderContext
GrinderTask
Pub
PubApp
PubGlobal
RunOptions
Task
TaskArgs
TaskInvocation
TestRunner
Properties
binDir
buildDir
context
dartVM
defaultTask
existingSourceDirs
libDir
sdkDir
sourceDirs
webDir
Functions
addTask
baseName
copy
copyDirectory
copyFile
defaultClean
delete
deleteEntity
fail
fileExt
fileName
getDir
getFile
getSdkDir
grind
grinderArgs
joinDir
joinFile
log
run
runAsync
runDartScript
runProcess
runProcessAsync
sdkBin
startGrinder
task
Typedefs
TaskFunction
Exceptions
GrinderException
ProcessException
log
function
void
log
(
String
message
)
Log an informational message to Grinder's output.
Implementation
void log(String message) => context.log(message);