public interface Trace
Modifier and Type | Field and Description |
---|---|
static String |
TRACE_PROPERTY
Name of the system property to enable tracing.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes allocated resources by trace implementation.
|
void |
received(String s)
Writes data that has been received from the network to the trace.
|
void |
sent(String s)
Writes data that has been sent to the network to the trace.
|
static final String TRACE_PROPERTY
To enable tracing add -Dorg.asteriskjava.trace=true
to the vm parameters when running Asterisk-Java.
void received(String s)
s
- the String that has been received.void sent(String s)
s
- the String that has been sent.void close()
Copyright © 2004–2022. All rights reserved.