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/

Field Summary
static int ERROR_LEVEL
           
static int INFO_LEVEL
           
static int WARNING_LEVEL
           
 
Method Summary
 void addMessage(int level, java.lang.String message)
           
 

Field Detail

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
Method Detail

addMessage

void addMessage(int level,
                java.lang.String message)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.