The Meta-Environment API

toolbus.logging
Interface IToolBusLoggerConstants


public interface IToolBusLoggerConstants

This interface specifies some log types that are specific for the ToolBusNG.

Author:
Arnold Lankamp

Field Summary
static java.lang.String CALLS
           
static java.lang.String COMMUNICATION
           
static java.lang.String EXECUTE
           
static java.lang.String MESSAGES
           
static java.lang.String NOTES
           
static java.lang.String PARSING
           
static java.lang.String TOOL
           
static java.lang.String TOOLCOM
           
static java.lang.String TOOLINSTANCE
           
 

Field Detail

TOOL

static final java.lang.String TOOL
See Also:
Constant Field Values

TOOLINSTANCE

static final java.lang.String TOOLINSTANCE
See Also:
Constant Field Values

COMMUNICATION

static final java.lang.String COMMUNICATION
See Also:
Constant Field Values

PARSING

static final java.lang.String PARSING
See Also:
Constant Field Values

MESSAGES

static final java.lang.String MESSAGES
See Also:
Constant Field Values

NOTES

static final java.lang.String NOTES
See Also:
Constant Field Values

CALLS

static final java.lang.String CALLS
See Also:
Constant Field Values

EXECUTE

static final java.lang.String EXECUTE
See Also:
Constant Field Values

TOOLCOM

static final java.lang.String TOOLCOM
See Also:
Constant Field Values

The Meta-Environment API