def tcLoggerStatusCommand: Command = Command.command()

in logger/src/main/scala/jetbrains/buildServer/sbtlogger/SbtTeamCityLogger.scala [141:143]


  def tcLoggerStatusCommand: Command = Command.command("sbt-teamcity-logger") {
    state => doCommand(state)
  }