Interface Logger

All Known Implementing Classes:
LoggerProxy

public interface Logger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String message)
    Log a message to the default provider on this runtime.
  • Method Details

    • log

      void log(String message)
      Log a message to the default provider on this runtime.
      Parameters:
      message - the message to emit to log