Skip to main content

BoxLog()

box형태의 로그를 출력하는 함수입니다.

Signature

boxLog: (value: string[], options: Options$1) => void

Parameters

Parameter

Type

Description

value

string[]

box 로그에 추가할 값

options

Options$1

Returns

void

Example

// Box 로그를 출력하는 예시
boxLog(['box log 1', 'box log 2'], {title: 'Toktokhan'})
┌ Toktokhan_Dev ┐
│ │
│ box log 1
│ box log 2
│ │
└───────────────┘