Interface Logger
-
- All Known Implementing Classes:
LoggerProxy
public interface Logger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(String message)Log a message to the default provider on this runtime.
-
-
-
Method Detail
-
log
void log(String message)
Log a message to the default provider on this runtime.- Parameters:
message- the message to emit to log
-
-