Function log

  • Log message to console, with proper coloring and prefix.

    Author

    Artivain

    Since

    v1.5.3

    Parameters

    • name: string

      Name of the module sending the log.

    • msg: string

      Message to send.

    • type: "debug" | "warn" | "log" | "err" | "info" = "log"

      Type of message.

    • isCore: boolean = false

      Is this message sent from the core? Probably not.

    Returns void

Generated using TypeDoc v0.23.28