public class BindingMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BINDING_LOG_HIERARCHY |
static String |
CREATED_LOG_HIERARCHY |
static String |
DELETED_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CREATED(String param1,
boolean opt1)
Log a Binding message of the Format:
|
static LogMessage |
DELETED()
Log a Binding message of the Format:
|
public static final String BINDING_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String DELETED_LOG_HIERARCHY
public static LogMessage CREATED(String param1, boolean opt1)
BND-1001 : Create[ : Arguments : {0}]Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETED()
BND-1002 : DeletedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.