Hello Everybody,


Well my understanding about Category is that we can have our own
categories and there must be category declared in the properties file,
for which we can call like this

        static Category CAT =
Category.getInstance(Sort.class.getName());

in this case their should be a category with fully qualified name of
Sort class declared in Properties file.

Now when i looked in to the example code in which property file  have
following as the root directory value

    log4j.rootCategory=, A1, A2

and still in the code we can use this command.

    static Category CAT = Category.getInstance(Sort.class.getName());

Now my question is that how this is returning the category with fully
qualified name of the sort class.

I guess i am missing something, please let me know and if publish sample
property file for defining custom property file, if possible.


Thanks a lot
Naresh



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to