Class LogPublisher

java.lang.Object
software.amazon.cloudformation.loggers.LogPublisher
Direct Known Subclasses:
CloudWatchLogPublisher, JavaLogPublisher, LambdaLogPublisher

public abstract class LogPublisher
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    LogPublisher​(LogFilter... filters)  
  • Method Summary

    Modifier and Type Method Description
    void publishLogEvent​(java.lang.String message)  

    Methods inherited from class java.lang.Object

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

    • LogPublisher

      public LogPublisher​(LogFilter... filters)
  • Method Details

    • publishLogEvent

      public final void publishLogEvent​(java.lang.String message)