Translations: Debug/25/en

From ArdorDocs
Jump to: navigation, search

Get Log Example

http://localhost:27876/nxt?
  requestType=getLog&
  count=3
{
 "messages": [
  "2015-04-28 18:26:52 FINE: Known peers: 29\n",
  "2015-04-28 18:27:12 FINE: Got 0 confirmations\n",
  "2015-04-28 18:27:12 FINE: Downloaded 230 blocks\n"
 ],
 "requestProcessingTime": 0
}