-
Notifications
You must be signed in to change notification settings - Fork 7
VerboseTrace
Yoko verbose trace is currently under revision.
It uses java.util.logging with the hierarchy yoko.verbose.…
Here are the intended verbose settings:
|
ORB connection timeouts etc |
|
open / close / accept connection to endpoint |
|
connection level negotiation — code sets, codebase, YASF |
|
request count / in-flight request counts |
|
retry count, hop count, etc. |
|
decision points |
|
endpoint info? |
|
stack traces at decision points |
|
GIOP settings? |
|
conversation (endpoints plus packet types and sizes) |
|
parsed header |
|
complete packet (hex / no ascii / no ebcdic) |
|
marshalling settings? |
|
value types / nesting levels |
|
version mismatches |
|
every read call ever (i.e. current tracing, ported to the verbose loggers) |
|
poa manager creation, poa creation (with policies) |
|
poa manager activation, poa manager state changes |
|
object activation |
|
other poa operations |