iSeries WebFacing
v5.0

com.ibm.etools.iseries.webfacing.tags.def
Interface ILogger


public interface ILogger


Field Summary
static String Copyright
           
static String DBG
           
static String ERR
           
static String EVT
           
 
Method Summary
 void dbg(int level, String msg)
          used to output debug messages, level=1 (normal), level=2 (more), etc
 void err(int level, String msg)
          used to output error messages, level=1 (normal), level=2 (more), etc
 void evt(int level, String msg)
          used to output significant messages, level=1 (normal), level=2 (more), etc
 

Field Detail

DBG

public static final String DBG

ERR

public static final String ERR

EVT

public static final String EVT

Copyright

public static final String Copyright
Method Detail

dbg

public void dbg(int level,
                String msg)
used to output debug messages, level=1 (normal), level=2 (more), etc
Parameters:
level - is the int level of detail (Default=1, 2=more, 3=everything)
msg - is the String message text to be displayed

err

public void err(int level,
                String msg)
used to output error messages, level=1 (normal), level=2 (more), etc
Parameters:
level - is the int level of detail (Default=1, 2=more, 3=everything)
msg - is the String message text to be displayed

evt

public void evt(int level,
                String msg)
used to output significant messages, level=1 (normal), level=2 (more), etc
Parameters:
level - is the int level of detail (Default=1, 2=more, 3=everything)
msg - is the String message text to be displayed

iSeries WebFacing
v5.0

Copyright © 2003 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.