Interface LoggingObjectLifecycleInterface

All Known Subinterfaces:
LoggingObjectInterface
All Known Implementing Classes:
Database, LoggingObject, SimpleLoggingObject

public interface LoggingObjectLifecycleInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
     
  • Method Details

    • callBeforeLog

      default void callBeforeLog()
    • callAfterLog

      default void callAfterLog()