Simples Assim

How to Use x4juli

leave a comment »

1) Create the X4JuliSample.java file:

import java.util.logging.Logger;

public final class X4JuliSample {

  public static void main(final String[] args) {
    final Logger logger = Logger.getLogger(X4JuliSample.class.getName());

    logger.info("Hello World!");
  }

  private X4JuliSample() {
  }

}
2) Compile the X4JuliSample.java file.

3) Set the java.util.logging.manager system property to org.x4juli.X4JuliLogManager.

4) Launch the X4JuliSample class.

http://www.x4juli.org/

Advertisement

Written by Fernando Ribeiro

May 25, 2006 at 10:46 pm

Posted in Software

Tagged with

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 784 other followers