Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to use Log4j in a smartgwt project

    Hi,
    I am new to smartgwt. I want to log the error, information and warning using Log4j.

    1. Can i use Log4j in the client-side code?
    2. How to use Log4j in the server-side code?
    3. How to configure Log4j in smartgwt?
    4. How to log the client-side information, error and warning?

    Can anybody help me?

    Thanks in advance,
    Nobel.

    #2
    Hi,

    I Use it here for server logging, but you can also use it on client.
    For use in server just import the jar, and for use in client don't forget to put the jar in your WEB-INF/lib folder.

    Comment

    Working...
    X