Package jetbrains.buildServer
Interface TextLogger
-
- All Known Implementing Classes:
VcsTextLoggerImpl
public interface TextLogger
Helper interface to provide logging callbacks from components- Since:
- 4.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(String message)
void
info(String message)
void
warn(String message)
-