Class that records log information
(Logs should be recorded taking into account the load, because you are calling the native code.)
More...
Static Public Member Functions | |
| static bool | isActivateLogging () |
| log 함수를 사용했을때 로그를 원격지 혹은 로컬에 출력하는지의 여부를 반환한다. More... | |
| static void | log (String msg) |
| Record log information (Logs should be recorded taking into account the load, because you are calling the native code.) | |
| static void | setLogFilter (LogFilter logFilter) |
| Set log filter. | |
Class that records log information
(Logs should be recorded taking into account the load, because you are calling the native code.)
|
static |
log 함수를 사용했을때 로그를 원격지 혹은 로컬에 출력하는지의 여부를 반환한다.