public class ServiceLog extends Object
Constructor and Description |
---|
ServiceLog() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level debug.
|
static void |
error(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level error.
|
static void |
info(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level info.
|
static void |
trace(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level trace.
|
static void |
warn(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level warn.
|
public static void trace(NavuNode service, String msg, ConfIdentityRef type) throws IOException, ConfException
service
- the path to the servicemsg
- the message to be loggedtype
- what type of log entry this isIOException
ConfException
public static void debug(NavuNode service, String msg, ConfIdentityRef type) throws IOException, ConfException
service
- the path to the servicemsg
- the message to be loggedtype
- what type of log entry this isIOException
ConfException
public static void info(NavuNode service, String msg, ConfIdentityRef type) throws IOException, ConfException
service
- the path to the servicemsg
- the message to be loggedtype
- what type of log entry this isIOException
ConfException
public static void warn(NavuNode service, String msg, ConfIdentityRef type) throws IOException, ConfException
service
- the path to the servicemsg
- the message to be loggedtype
- what type of log entry this isIOException
ConfException
public static void error(NavuNode service, String msg, ConfIdentityRef type) throws IOException, ConfException
service
- the path to the servicemsg
- the message to be loggedtype
- what type of log entry this isIOException
ConfException