Searched defs:stackDepth (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/debug/
H A DTraceSettings.java85 int stackDepth; field in class:TraceSettings
144 * @param stackDepth the stack depth to display in log messages.
148 boolean noArgs, boolean noRetVal, int stackDepth,
155 this.stackDepth = stackDepth;
185 this.stackDepth = config.getThrowableStackFrames();
235 this.stackDepth = config.getThrowableStackFrames();
262 int stackDepth = 0;
275 stackDepth = DebugStackTraceFormatter.COMPLETE_STACK;
284 stackDepth
147 TraceSettings(LogLevel level, Set<LogCategory> includeCategories, boolean noArgs, boolean noRetVal, int stackDepth, boolean includeCause) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java55 private int stackDepth; field in class:ASN1OutputStreamWriter
74 this.stackDepth = -1;
477 ++stackDepth;
480 if(stackDepth >= streamStack.size())
489 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
517 if(stackDepth < 0)
522 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
525 --stackDepth;
527 OutputStream parentStream = stackDepth < 0 ? rootStream :
528 streamStack.get(stackDepth);
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/debug/
H A DTraceSettings.java84 int stackDepth; field in class:TraceSettings
143 * @param stackDepth the stack depth to display in log messages.
147 boolean noArgs, boolean noRetVal, int stackDepth,
154 this.stackDepth = stackDepth;
184 this.stackDepth = config.getThrowableStackFrames();
234 this.stackDepth = config.getThrowableStackFrames();
261 int stackDepth = 0;
274 stackDepth = DebugStackTraceFormatter.COMPLETE_STACK;
283 stackDepth
146 TraceSettings(LogLevel level, Set<LogCategory> includeCategories, boolean noArgs, boolean noRetVal, int stackDepth, boolean includeCause) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java54 private int stackDepth; field in class:ASN1OutputStreamWriter
73 this.stackDepth = -1;
476 ++stackDepth;
479 if(stackDepth >= streamStack.size())
488 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
516 if(stackDepth < 0)
521 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
524 --stackDepth;
526 OutputStream parentStream = stackDepth < 0 ? rootStream :
527 streamStack.get(stackDepth);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/debug/
H A DTraceSettings.java85 int stackDepth; field in class:TraceSettings
144 * @param stackDepth the stack depth to display in log messages.
148 boolean noArgs, boolean noRetVal, int stackDepth,
155 this.stackDepth = stackDepth;
185 this.stackDepth = config.getThrowableStackFrames();
235 this.stackDepth = config.getThrowableStackFrames();
262 int stackDepth = 0;
275 stackDepth = DebugStackTraceFormatter.COMPLETE_STACK;
284 stackDepth
147 TraceSettings(LogLevel level, Set<LogCategory> includeCategories, boolean noArgs, boolean noRetVal, int stackDepth, boolean includeCause) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java55 private int stackDepth; field in class:ASN1OutputStreamWriter
74 this.stackDepth = -1;
477 ++stackDepth;
480 if(stackDepth >= streamStack.size())
489 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
517 if(stackDepth < 0)
522 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
525 --stackDepth;
527 OutputStream parentStream = stackDepth < 0 ? rootStream :
528 streamStack.get(stackDepth);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/debug/
H A DTraceSettings.java85 int stackDepth; field in class:TraceSettings
144 * @param stackDepth the stack depth to display in log messages.
148 boolean noArgs, boolean noRetVal, int stackDepth,
155 this.stackDepth = stackDepth;
185 this.stackDepth = config.getThrowableStackFrames();
235 this.stackDepth = config.getThrowableStackFrames();
262 int stackDepth = 0;
275 stackDepth = DebugStackTraceFormatter.COMPLETE_STACK;
284 stackDepth
147 TraceSettings(LogLevel level, Set<LogCategory> includeCategories, boolean noArgs, boolean noRetVal, int stackDepth, boolean includeCause) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java55 private int stackDepth; field in class:ASN1OutputStreamWriter
74 this.stackDepth = -1;
477 ++stackDepth;
480 if(stackDepth >= streamStack.size())
489 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
517 if(stackDepth < 0)
522 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
525 --stackDepth;
527 OutputStream parentStream = stackDepth < 0 ? rootStream :
528 streamStack.get(stackDepth);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/debug/
H A DTraceSettings.java84 int stackDepth; field in class:TraceSettings
143 * @param stackDepth the stack depth to display in log messages.
147 boolean noArgs, boolean noRetVal, int stackDepth,
154 this.stackDepth = stackDepth;
184 this.stackDepth = config.getThrowableStackFrames();
234 this.stackDepth = config.getThrowableStackFrames();
261 int stackDepth = 0;
274 stackDepth = DebugStackTraceFormatter.COMPLETE_STACK;
283 stackDepth
146 TraceSettings(LogLevel level, Set<LogCategory> includeCategories, boolean noArgs, boolean noRetVal, int stackDepth, boolean includeCause) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java54 private int stackDepth; field in class:ASN1OutputStreamWriter
73 this.stackDepth = -1;
476 ++stackDepth;
479 if(stackDepth >= streamStack.size())
488 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
516 if(stackDepth < 0)
521 ByteSequenceOutputStream childStream = streamStack.get(stackDepth);
524 --stackDepth;
526 OutputStream parentStream = stackDepth < 0 ? rootStream :
527 streamStack.get(stackDepth);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DTraceSettings.java90 private int stackDepth; field in class:TraceSettings
122 * @param stackDepth
128 boolean noRetVal, int stackDepth, boolean includeCause)
133 this.stackDepth = stackDepth;
149 this.stackDepth = config.getThrowableStackFrames();
174 this.stackDepth = config.getThrowableStackFrames();
196 int stackDepth = 0;
209 stackDepth = DebugStackTraceFormatter.COMPLETE_STACK;
218 stackDepth
127 TraceSettings(Level level, boolean noArgs, boolean noRetVal, int stackDepth, boolean includeCause) argument
[all...]

Completed in 685 milliseconds