| Author |
Log logger = LogFactory.getLog(LoginAction.class)
|
Rakesh Balhara
Greenhorn
Joined: Jan 15, 2013
Posts: 3
|
|
|
i am trying to understand a project code so i have confusion in this code in to its LoginAction so can anybody help me hows it working and where from this method is coming and what will be this method return !!!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56162
|
|
|
It has nothing to do with Struts. Look at the package prefix of the classes Log and LogFactory for a clue where they come from.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rakesh Balhara
Greenhorn
Joined: Jan 15, 2013
Posts: 3
|
|
|
plzz tell me where is the Log class will be situed !!11
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56162
|
|
|
Look at the import statements to see the full package names of the classes. Then google them to find out where they are from.
|
 |
Rakesh Balhara
Greenhorn
Joined: Jan 15, 2013
Posts: 3
|
|
|
oky sir thanku so much sir i got it
|
 |
 |
|
|
subject: Log logger = LogFactory.getLog(LoginAction.class)
|
|
|