diff options
Diffstat (limited to 'plugins/org.apache.cordova.console/doc/ko/index.md')
| -rw-r--r-- | plugins/org.apache.cordova.console/doc/ko/index.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/org.apache.cordova.console/doc/ko/index.md b/plugins/org.apache.cordova.console/doc/ko/index.md new file mode 100644 index 00000000..b07b2d6c --- /dev/null +++ b/plugins/org.apache.cordova.console/doc/ko/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +이 플러그인을 console.log()로 수 유용 되도록 의미입니다. IOS, 우분투, Windows Phone 8 및 윈도우 8에 대 한 추가 기능을 추가 하 고 합니다. Console.log() 당신을 위해 작동 하는 어떻게 행복 한 경우에, 그때 당신은 아마 필요 하지 않습니다이 플러그인. + +## 설치 + + cordova plugin add org.apache.cordova.console + + +### 안 드 로이드 단점 + +안 드 로이드 이외의 일부 플랫폼에서 console.log() console.log ("1", "2", "3")와 같이 여러 인수에 작동할 것 이다. 그러나, 안 드 로이드는 첫 번째 인수에만 작동할 것 이다. Console.log() 후속 인수는 무시 됩니다. 이 플러그인의 원인이 되지 않습니다, 그리고 그것은 안 드 로이드 자체의 한계입니다.
\ No newline at end of file |
