[RangersAPM setALogEnabled];
[RangersAPM enableConsoleLog];
RANGERSAPM_ALOG_DEBUG(@"Business", @"version : %@", [self version]);
RANGERSAPM_ALOG_INFO(@"Business", @"version : %@", [self version]);
RANGERSAPM_ALOG_WARN(@"Business", @"version : %@", [self version]);
RANGERSAPM_ALOG_ERROR(@"Business", @"version : %@", [self version]);
RANGERSAPM_ALOG_DEBUG_C("Business", "version : %s", version());
RANGERSAPM_ALOG_INFO_C("Business", "version : %s", version());
RANGERSAPM_ALOG_WARN_C("Business", "version : %s", version());
RANGERSAPM_ALOG_ERROR_C("Business", "version : %s", version());
RangersAPM.debugALog("alogtest", tag: "Business", fileName: #file, funcName: #function, line: #line)
RangersAPM.infoALog("alogtest", tag: "Business", fileName: #file, funcName: #function, line: #line)
RangersAPM.warnALog("alogtest", tag: "Business", fileName: #file, funcName: #function, line: #line)
RangersAPM.errorALog("alogtest", tag: "Business", fileName: #file, funcName: #function, line: #line)