This is a pretty nice question because it requires you to show
knowledge in many different areas.  In business settings, logs can
make the difference between success and failure, not to mention
complying with law.

Here are some dimensions of the design space:

* Convenience of the programmer's interface.
* Flexibility in controlling how much and what kind of information is
written.
* Synchronization and sequencing of input coming from many processes
and threads, including from different hosts on a network.
* Searchability.
* Compliance with existing format standards so that third party tools
can be used.
* Efficiency, including when logging is turned off.
* Compression of log information (storage efficiency).
* Spare, backup, and archiving schemes.

On May 26, 4:49 am, Ashish Goel <ashg...@gmail.com> wrote:
> Design a logWritter for server kind of application
>
> Best Regards
> Ashish Goel
> "Think positive and find fuel in failure"
> +919985813081
> +919966006652

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to