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