All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.util.logging.LogFile

java.lang.Object
   |
   +----com.ups.xmlsdk.util.logging.Logger
           |
           +----com.ups.xmlsdk.util.logging.LogFile

public class LogFile
extends Logger
File logging class


Constructor Index

 o LogFile(String, String, boolean)

Method Index

 o close()
 o log(LogContext, String, int, String, long)

Constructors

 o LogFile
 public LogFile(String facility,
                String filePath,
                boolean append) throws IOException

Methods

 o close
 public void close() throws IOException
Overrides:
close in class Logger
 o log
 public final int log(LogContext context,
                      String facility,
                      int priority,
                      String msg,
                      long code) throws LogException
Overrides:
log in class Logger

All Packages  Class Hierarchy  This Package  Previous  Next  Index