org.ow2.opensuit.cel
Interface ICompilationContext.ICompilationLogger
- Enclosing interface:
- ICompilationContext
public static interface ICompilationContext.ICompilationLogger
This interface declares functions for
compilation logger, the static values
of different severity levels
- Version:
- 1.0
- Author:
- Adrien Ruffie / Pierre Smeyers, http://opensuit.ow2.org/
|
Method Summary |
void |
addMessage(int level,
java.lang.String message)
|
INFO_LEVEL
static final int INFO_LEVEL
- See Also:
- Constant Field Values
WARNING_LEVEL
static final int WARNING_LEVEL
- See Also:
- Constant Field Values
ERROR_LEVEL
static final int ERROR_LEVEL
- See Also:
- Constant Field Values
addMessage
void addMessage(int level,
java.lang.String message)
Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.