如何在SBT中显示消息?

ps0*_*604 4 sbt

SBT 中是否有相当于 ant echo 语句的语句?例如:

<echo message="Hello, world"/>
Run Code Online (Sandbox Code Playgroud)

pfn*_*pfn 5

在任务中,您可以使用streams,例如:streams.value.log.info("an info message")

从设置中,您可以使用sLog.valuewhich is aLogger并类似于streams.value.log