DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, when I use logger to output logs to the console, the logs are not displayed completely, but the output to the file is normal. Where can I set it?

hzh137940556 opened this issue · comments

2020-03-02 09:42:14.488451+0800 App[3930:1210959] [Info] [NlpFunc.swift:164] domainMapping(text:) > <NSThread: 0x281107980>{number = 1, name = main} nlp response success ======
{
"results" : [
{
"score" : 1,
"matched_example_query" : "<query_completion>",
"query_completions" : {
"action_completed" : true,
"action_complete_query" : "book a flight",
"suggestions_enabled" : true,
"variable_completion" : {
"leadup_suggestion_enabled" : false,
"var_name" : "LOCATION:0",
"leadup" : "from",
"alias" : "where"
}
},
"unformatted_description" : "Book a flight",
"vote" : 1,
"default_variables" : {
"LOCATION:0" : "SFO",
"DATE:2" : "this weekend",
"CABIN_TYPE:3" : "economy",
"TRIP_TYPE:4" : "1",
"TIME_FILTER:9" : "sort_ascend",
"ENDDATE:5" : "next weekend",
"AMOUNT:6" : "1",
"DURATION_FILTER:8" : "sort_ascend",
"END_DATETIME_UTC:13" : "next weekend",
"LOCATION:1" :
************Missing part here
2020-03-02 09:42:14.496111+0800 App[3930:1210959] [Info] [FlightScenario.swift:408] bindRxData() > ------------------------------------------------------