Defines the interface for a logging plugin. All methods are optional.

Hierarchy

  • Logger

Properties

handleEvolve?: ((data) => void)

Type declaration

    • (data): void
    • Parameters

      Returns void

handleInitialPopulation?: ((data) => void)

Type declaration

Generated using TypeDoc