Options
All
  • Public
  • Public/Protected
  • All
Menu

Mendix Platform SDK - v5.1.2

Index

Type aliases

RepositoryType: "svn" | "git"

Type of the model repository. Possible values: "svn" and "git".

Functions

  • disableLogger(): void
  • Disables all logging. To enable logging, use enableLogger.

    Returns void

  • enableLogger(): void
  • Enable logging through the console. To set a specific logger, use setLogger.

    Returns void

  • setLogger(loggerObject: undefined | ILogger): void
  • Override the logger object that is used to print information about what the SDK is doing. To disable logging, pass undefined as the logger.

    Parameters

    Returns void

  • Set the platform endpoints and credentials.

    Parameters

    Returns void

Generated using TypeDoc