차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
application:comiide:tool:shell:shell_logmode [2018/11/27 10:33]
winoars
application:comiide:tool:shell:shell_logmode [2024/07/08 18:23] (현재)
줄 6: 줄 6:
  
 \\ \\
-<callout type="primary" title="Intro"> +<callout type="primary">  
 +===Intro===
 \\ \\
   * LogMoed에서는 API 실행 시 Stop 명령이 입력될때까지 API를 반복 호출하고, 그 결과((Return 값과 out 파라메타))를 .txt 파일로 기록합니다.   * LogMoed에서는 API 실행 시 Stop 명령이 입력될때까지 API를 반복 호출하고, 그 결과((Return 값과 out 파라메타))를 .txt 파일로 기록합니다.
줄 18: 줄 19:
 </callout> </callout>
  
-<callout type="info" title="Logging"> +<callout type="info"
 +===Logging=== 
 \\ \\
   * API 단위 입력과 입력 방식이 같습니다.   * API 단위 입력과 입력 방식이 같습니다.
줄 44: 줄 46:
  
   * load : 저장된 명령을 불러옵니다.   * load : 저장된 명령을 불러옵니다.
 +
 +  * exit : LogMode를 종료하고 NormalMode 로 돌아갑니다.
  
 \\ \\
줄 50: 줄 54:
 </callout> </callout>
  
-<callout type="primary" title="Interval"> +<callout type="primary">  
 +===Interval===
 \\ \\
   * Logging 간격을 설정할 수 있습니다.   * Logging 간격을 설정할 수 있습니다.
줄 74: 줄 79:
  
 <alert type="warning" dismiss="true" icon="fa fa-quote-left"> <alert type="warning" dismiss="true" icon="fa fa-quote-left">
-logging 주기는 pc 성능 및 사용량에 따라 일부 불규칙할 수 있습니다. +logging 주기는 pc 성능 및 사용량에 따라 일부 불규칙할 수 있습니다.\\ 
-microsec 단위 로깅은 pc 성능에 크게 영향을 미치므로 권장하지 않습니다.+특히, microsec 단위 로깅은 pc 성능에 크게 영향을 미치므로 권장하지 않습니다.
 </alert> </alert>
  
-<callout type="info" title="LogType"> +<callout type="info"
 +===LogType=== 
 \\ \\
   * Memory 방식과 Queue 방식을 지원합니다.   * Memory 방식과 Queue 방식을 지원합니다.
줄 101: 줄 107:
   LOG> memsize   LOG> memsize
   LOG> memsize(20000)   LOG> memsize(20000)
 +  LOG> dirsize
 +  LOG> dirsize(1000)
 +  
 </code> </code>
 \\ \\
줄 115: 줄 124:
   * memsize(20000) : MemorySize를 20000으로 변경합니다.   * memsize(20000) : MemorySize를 20000으로 변경합니다.
  
 +  * dirsize : log file이 생성되는 폴더의 크기제한값을 확인합니다. dirSize 이상으로 폴더 크기가 커지는 경우, 가장 오래된 file부터 삭제됩니다.
 +
 +  * dirsize(2048) : dirSize를 2048로 변경합니다. 단위는 MB입니다.
 </callout> </callout>
  
 +
 +{{tag>comizoa 커미조아 ide shell 기능 log}}