A C D E F G I L N O P R S T V W 

A

ABS_TIME_DATE_FORMAT - Static variable in class org.apache.karaf.shell.log.layout.AbsoluteTimeDateFormat
String constant used to specify org.apache.log4j.helpers.AbsoluteTimeDateFormat in layouts.
AbsoluteTimeDateFormat - Class in org.apache.karaf.shell.log.layout
Formats a Date in the format "HH:mm:ss,SSS" for example, "15:49:37,459".
AbsoluteTimeDateFormat() - Constructor for class org.apache.karaf.shell.log.layout.AbsoluteTimeDateFormat
 
AbsoluteTimeDateFormat(TimeZone) - Constructor for class org.apache.karaf.shell.log.layout.AbsoluteTimeDateFormat
 
add(PaxLoggingEvent) - Method in class org.apache.karaf.shell.log.LruList
 
addAppender(PaxAppender) - Method in class org.apache.karaf.shell.log.LruList
 
addConverter(PatternConverter) - Method in class org.apache.karaf.shell.log.layout.PatternParser
 

C

clear() - Method in class org.apache.karaf.shell.log.LruList
 
ClearLog - Class in org.apache.karaf.shell.log
Clear the last log entries.
ClearLog() - Constructor for class org.apache.karaf.shell.log.ClearLog
 
complete(String, int, List) - Method in class org.apache.karaf.shell.log.completers.LogLevelCompleter
 
convert(PaxLoggingEvent) - Method in class org.apache.karaf.shell.log.layout.PatternConverter
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
currentLiteral - Variable in class org.apache.karaf.shell.log.layout.PatternParser
 

D

DATE_AND_TIME_DATE_FORMAT - Static variable in class org.apache.karaf.shell.log.layout.AbsoluteTimeDateFormat
String constant used to specify org.apache.log4j.helpers.DateTimeDateFormat in layouts.
DateTimeDateFormat - Class in org.apache.karaf.shell.log.layout
Formats a Date in the format "dd MMM yyyy HH:mm:ss,SSS" for example, "06 Nov 1994 15:49:37,459".
DateTimeDateFormat() - Constructor for class org.apache.karaf.shell.log.layout.DateTimeDateFormat
 
DateTimeDateFormat(TimeZone) - Constructor for class org.apache.karaf.shell.log.layout.DateTimeDateFormat
 
debugColor - Variable in class org.apache.karaf.shell.log.DisplayLog
 
display(PatternConverter, PaxLoggingEvent, PrintStream) - Method in class org.apache.karaf.shell.log.DisplayLog
 
DisplayException - Class in org.apache.karaf.shell.log
 
DisplayException() - Constructor for class org.apache.karaf.shell.log.DisplayException
 
DisplayLog - Class in org.apache.karaf.shell.log
Displays the last log entries
DisplayLog() - Constructor for class org.apache.karaf.shell.log.DisplayLog
 
doAppend(PaxLoggingEvent) - Method in class org.apache.karaf.shell.log.VmLogAppender
 
doExecute() - Method in class org.apache.karaf.shell.log.ClearLog
 
doExecute() - Method in class org.apache.karaf.shell.log.DisplayException
 
doExecute() - Method in class org.apache.karaf.shell.log.DisplayLog
 
doExecute() - Method in class org.apache.karaf.shell.log.GetLogLevel
 
doExecute() - Method in class org.apache.karaf.shell.log.LogTail
 
doExecute() - Method in class org.apache.karaf.shell.log.SetLogLevel
 

E

entries - Variable in class org.apache.karaf.shell.log.DisplayLog
 
errorColor - Variable in class org.apache.karaf.shell.log.DisplayLog
 
events - Variable in class org.apache.karaf.shell.log.ClearLog
 
events - Variable in class org.apache.karaf.shell.log.DisplayException
 
events - Variable in class org.apache.karaf.shell.log.DisplayLog
 
events - Variable in class org.apache.karaf.shell.log.VmLogAppender
 
extractOption() - Method in class org.apache.karaf.shell.log.layout.PatternParser
 
extractPrecisionOption() - Method in class org.apache.karaf.shell.log.layout.PatternParser
The option is expected to be in decimal and positive.

F

fatalColor - Variable in class org.apache.karaf.shell.log.DisplayLog
 
finalizeConverter(char) - Method in class org.apache.karaf.shell.log.layout.PatternParser
 
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.karaf.shell.log.layout.AbsoluteTimeDateFormat
Appends to sbuf the time in the format "HH:mm:ss,SSS" for example, "15:49:37,459"
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.karaf.shell.log.layout.DateTimeDateFormat
Appends to sbuf the date in the format "dd MMM yyyy HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.karaf.shell.log.layout.ISO8601DateFormat
Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS" to sbuf.
format(StringBuffer, PaxLoggingEvent) - Method in class org.apache.karaf.shell.log.layout.PatternConverter
A template method for formatting in a converter specific way.
FormattingInfo - Class in org.apache.karaf.shell.log.layout
FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
FormattingInfo() - Constructor for class org.apache.karaf.shell.log.layout.FormattingInfo
 
formattingInfo - Variable in class org.apache.karaf.shell.log.layout.PatternParser
 

G

getConfigAdmin() - Method in class org.apache.karaf.shell.log.GetLogLevel
 
getConfigAdmin() - Method in class org.apache.karaf.shell.log.SetLogLevel
 
getConfiguration() - Method in class org.apache.karaf.shell.log.SetLogLevel
 
getDebugColor() - Method in class org.apache.karaf.shell.log.DisplayLog
 
getElements() - Method in class org.apache.karaf.shell.log.LruList
 
getElements(int) - Method in class org.apache.karaf.shell.log.LruList
 
getErrorColor() - Method in class org.apache.karaf.shell.log.DisplayLog
 
getEvents() - Method in class org.apache.karaf.shell.log.ClearLog
 
getEvents() - Method in class org.apache.karaf.shell.log.DisplayException
 
getEvents() - Method in class org.apache.karaf.shell.log.DisplayLog
 
getEvents() - Method in class org.apache.karaf.shell.log.VmLogAppender
 
getFatalColor() - Method in class org.apache.karaf.shell.log.DisplayLog
 
getInfoColor() - Method in class org.apache.karaf.shell.log.DisplayLog
 
getLevel(String) - Method in class org.apache.karaf.shell.log.GetLogLevel
 
GetLogLevel - Class in org.apache.karaf.shell.log
Get the log level for a given logger
GetLogLevel() - Constructor for class org.apache.karaf.shell.log.GetLogLevel
 
getPattern() - Method in class org.apache.karaf.shell.log.DisplayLog
 
getTraceColor() - Method in class org.apache.karaf.shell.log.DisplayLog
 
getWarnColor() - Method in class org.apache.karaf.shell.log.DisplayLog
 

I

i - Variable in class org.apache.karaf.shell.log.layout.PatternParser
 
infoColor - Variable in class org.apache.karaf.shell.log.DisplayLog
 
isDefault(String) - Static method in enum org.apache.karaf.shell.log.Level
Check if the string value represents the default level
ISO8601_DATE_FORMAT - Static variable in class org.apache.karaf.shell.log.layout.AbsoluteTimeDateFormat
String constant used to specify org.apache.log4j.helpers.ISO8601DateFormat in layouts.
ISO8601DateFormat - Class in org.apache.karaf.shell.log.layout
Formats a Date in the format "yyyy-MM-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
ISO8601DateFormat() - Constructor for class org.apache.karaf.shell.log.layout.ISO8601DateFormat
 
ISO8601DateFormat(TimeZone) - Constructor for class org.apache.karaf.shell.log.layout.ISO8601DateFormat
 

L

Level - Enum in org.apache.karaf.shell.log
Enumeration of available log levels for the log:set command and the command completer
LogLevelCompleter - Class in org.apache.karaf.shell.log.completers
Completer implementation for completing log levels
LogLevelCompleter() - Constructor for class org.apache.karaf.shell.log.completers.LogLevelCompleter
 
LogTail - Class in org.apache.karaf.shell.log
 
LogTail() - Constructor for class org.apache.karaf.shell.log.LogTail
 
LruList - Class in org.apache.karaf.shell.log
A list that only keep the last N elements added
LruList(int) - Constructor for class org.apache.karaf.shell.log.LruList
 

N

next - Variable in class org.apache.karaf.shell.log.layout.PatternConverter
 
noColor - Variable in class org.apache.karaf.shell.log.DisplayLog
 

O

org.apache.karaf.shell.log - package org.apache.karaf.shell.log
 
org.apache.karaf.shell.log.completers - package org.apache.karaf.shell.log.completers
 
org.apache.karaf.shell.log.layout - package org.apache.karaf.shell.log.layout
 
overridenPattern - Variable in class org.apache.karaf.shell.log.DisplayLog
 

P

parse(String, ParsePosition) - Method in class org.apache.karaf.shell.log.layout.AbsoluteTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.apache.karaf.shell.log.layout.DateTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.apache.karaf.shell.log.layout.ISO8601DateFormat
This method does not do anything but return null.
parse() - Method in class org.apache.karaf.shell.log.layout.PatternParser
 
pattern - Variable in class org.apache.karaf.shell.log.DisplayLog
 
pattern - Variable in class org.apache.karaf.shell.log.layout.PatternParser
 
PatternConverter - Class in org.apache.karaf.shell.log.layout
PatternConverter is an abtract class that provides the formatting functionality that derived classes need.
PatternConverter() - Constructor for class org.apache.karaf.shell.log.layout.PatternConverter
 
PatternConverter(FormattingInfo) - Constructor for class org.apache.karaf.shell.log.layout.PatternConverter
 
patternLength - Variable in class org.apache.karaf.shell.log.layout.PatternParser
 
PatternParser - Class in org.apache.karaf.shell.log.layout
Most of the work of the org.apache.log4j.PatternLayout class is delegated to the PatternParser class.
PatternParser(String) - Constructor for class org.apache.karaf.shell.log.layout.PatternParser
 

R

removeAppender(PaxAppender) - Method in class org.apache.karaf.shell.log.LruList
 

S

setDebugColor(String) - Method in class org.apache.karaf.shell.log.DisplayLog
 
setErrorColor(String) - Method in class org.apache.karaf.shell.log.DisplayLog
 
setEvents(LruList) - Method in class org.apache.karaf.shell.log.ClearLog
 
setEvents(LruList) - Method in class org.apache.karaf.shell.log.DisplayException
 
setEvents(LruList) - Method in class org.apache.karaf.shell.log.DisplayLog
 
setEvents(LruList) - Method in class org.apache.karaf.shell.log.VmLogAppender
 
setFatalColor(String) - Method in class org.apache.karaf.shell.log.DisplayLog
 
setInfoColor(String) - Method in class org.apache.karaf.shell.log.DisplayLog
 
SetLogLevel - Class in org.apache.karaf.shell.log
Set the log level for a given logger
SetLogLevel() - Constructor for class org.apache.karaf.shell.log.SetLogLevel
 
setPattern(String) - Method in class org.apache.karaf.shell.log.DisplayLog
 
setTraceColor(String) - Method in class org.apache.karaf.shell.log.DisplayLog
 
setWarnColor(String) - Method in class org.apache.karaf.shell.log.DisplayLog
 
size() - Method in class org.apache.karaf.shell.log.LruList
 
spacePad(StringBuffer, int) - Method in class org.apache.karaf.shell.log.layout.PatternConverter
Fast space padding method.
strings() - Static method in enum org.apache.karaf.shell.log.Level
Convert the list of values into a String array

T

traceColor - Variable in class org.apache.karaf.shell.log.DisplayLog
 

V

valueOf(String) - Static method in enum org.apache.karaf.shell.log.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.karaf.shell.log.Level
Returns an array containing the constants of this enum type, in the order they are declared.
VmLogAppender - Class in org.apache.karaf.shell.log
A Pax Logging appender that keep a list of last events
VmLogAppender() - Constructor for class org.apache.karaf.shell.log.VmLogAppender
 

W

warnColor - Variable in class org.apache.karaf.shell.log.DisplayLog
 
A C D E F G I L N O P R S T V W 

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.