• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

I want to change this logLine format?

 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to add the following

SUCCESSFUL_ACCESS=200, ACCESS_FORBIDDEN=403, DOCUMENT_NOT_FOUND=404

to the logLine created by the following code
Below are the four classes associated with this program.in addition to the information that is given now they are 1Accesses pre hour(0-23) 2 Accesses per day(days 1-31) and so on. I want to add using the above mentioned access status indicators how many accesses were successful and unsuccessful.This is from the book objects first with blueJ.Please explain to me how this can be done and how it is actually getting implemented.













Guide me how to do That?


Varuna

[ November 06, 2008: Message edited by: Varuna Seneviratna ]
[ November 06, 2008: Message edited by: Varuna Seneviratna ]
 
lowercase baba
Posts: 13091
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I doubt that's what you want, but it's what you asked for. Can you elaborate on exactly what you DO want?
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic