com.ibm.etools.iseries.webfacing.tags.def
Interface ILogger
- public interface ILogger
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 |
DBG
public static final String DBG
ERR
public static final String ERR
EVT
public static final String EVT
Copyright
public static final String Copyright
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
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.