Link to home
Start Free TrialLog in
Avatar of dkim18
dkim18

asked on

LogFactory.getLog(VisitNoteWrapper.class)

Hi!

I am reading someone’s file and can anybody explain what this line mean?
private Log log = LogFactory.getLog(VisitNoteWrapper.class);
++++++++++++++++++

public class VisitNoteWrapper {

      /**
       *
       */
      
      private String visitNoteClass = null;
      private HttpServletRequest request = null;
      private ActionMapping mapping = null;
      private Log log = LogFactory.getLog(VisitNoteWrapper.class); ß---



+++++++++
thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
8-)