Class LoggerProxy

java.lang.Object
software.amazon.cloudformation.proxy.LoggerProxy
All Implemented Interfaces:
Logger

public class LoggerProxy
extends java.lang.Object
implements Logger
  • Constructor Summary

    Constructors
    Constructor Description
    LoggerProxy()  
  • Method Summary

    Modifier and Type Method Description
    void addLogPublisher​(LogPublisher logPublisher)  
    void log​(java.lang.String message)
    Log a message to the default provider on this runtime.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoggerProxy

      public LoggerProxy()
  • Method Details

    • addLogPublisher

      public void addLogPublisher​(LogPublisher logPublisher)
    • log

      public void log​(java.lang.String message)
      Description copied from interface: Logger
      Log a message to the default provider on this runtime.
      Specified by:
      log in interface Logger
      Parameters:
      message - the message to emit to log