Function log

  • Writes a message or other data into a context's stdout if a given context.level allows for the particular logging level of the call.

    Parameters

    • level: LogLevel
    • item: any
    • Rest...data: any[]

    Returns Sync

    Task