|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILog2
Provides access to methods for accessing a log.
| Method Summary | |
|---|---|
void |
addMessageEx(int msgType,
String methodName,
int msgCode,
double elapsed,
String msg)
Adds a message to the log. |
boolean |
willLog(int msgType)
True if the message type is allowed to be written into the log file. |
| Methods inherited from interface com.esri.arcgis.system.ILog |
|---|
addMessage |
| Method Detail |
|---|
boolean willLog(int msgType)
throws IOException,
AutomationException
msgType - The msgType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addMessageEx(int msgType,
String methodName,
int msgCode,
double elapsed,
String msg)
throws IOException,
AutomationException
msgType - The msgType (in)methodName - The methodName (in)msgCode - The msgCode (in)elapsed - The elapsed (in)msg - The msg (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||