diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/features/logging-for-object-resolution.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/features/logging-for-object-resolution.mdx index c05a5e0..ad0ee31 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/features/logging-for-object-resolution.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/features/logging-for-object-resolution.mdx @@ -1,12 +1,12 @@ --- sidebar_position: 5.5 -sidebar_label: 개체 해결을 위한 로깅 +sidebar_label: 개체 해결에 대한 로깅 --- import { JavaKotlinCodeBlock, JavadocLink } from '@site/src/components/Custom'; import { version } from '../data.json'; -# 개체 해결을 위한 로깅 +# 개체 해결에 대한 로깅 AutoParams는 테스트 실행 중 개체가 어떻게 해결되는지 이해하는 데 도움이 되는 자세한 로그를 제공합니다. 해결 로그는 테스트 실행 중 표준 출력으로 제공되며 각 값이 어떻게 생성되는지 쉽게 추적할 수 있습니다.