Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Type Alias LogMessage

    LogMessage: string | (() => string)

    A log message as a string, or a function that returns one when the logger reads it.

    Pass a function to defer building the message; level-aware loggers can skip that work when the level is disabled.