A B C D F G H I M N O P R S T U V

A

AbstractFoundationLoggingMarker - Class in com.cisco.oss.foundation.logging.structured
 
AbstractFoundationLoggingMarker() - Constructor for class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
AbstractFoundationLoggingMarker.ClassFileManager - Class in com.cisco.oss.foundation.logging.structured
 
AbstractFoundationLoggingMarker.ClassFileManager(StandardJavaFileManager) - Constructor for class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker.ClassFileManager
Will initialize the manager with the specified standard java file manager
AbstractFoundationLoggingMarker.JavaClassObject - Class in com.cisco.oss.foundation.logging.structured
 
AbstractFoundationLoggingMarker.JavaClassObject(String, JavaFileObject.Kind) - Constructor for class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker.JavaClassObject
Registers the compiled class object under URI containing the class full name
add(Marker) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
ApplicationStateInterface - Interface in com.cisco.oss.foundation.logging
Created by Yair Ogen on 11/08/2014.

B

bos - Variable in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker.JavaClassObject
Byte code created by the compiler will be stored in this ByteArrayOutputStream so that we can later get the byte array out of it and put it in the memory as an instance of our class.

C

com.cisco.oss.foundation.logging - package com.cisco.oss.foundation.logging
 
com.cisco.oss.foundation.logging.structured - package com.cisco.oss.foundation.logging.structured
 
ConditionalFormat - Annotation Type in com.cisco.oss.foundation.logging.structured
 
ConditionalFormats - Annotation Type in com.cisco.oss.foundation.logging.structured
 
contains(Marker) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
contains(String) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 

D

DefaultFormat - Annotation Type in com.cisco.oss.foundation.logging.structured
 
DefaultMarkerFormatter - Class in com.cisco.oss.foundation.logging.structured
Default formatter for use when User Marker doesn't have any annotations or configuration overrides
DefaultMarkerFormatter() - Constructor for class com.cisco.oss.foundation.logging.structured.DefaultMarkerFormatter
 

F

FieldCriterion - Annotation Type in com.cisco.oss.foundation.logging.structured
 
FoundationLevel - Enum in com.cisco.oss.foundation.logging
Created by Yair Ogen on 21/07/2014.
FoundationLoggerConstants - Enum in com.cisco.oss.foundation.logging
 
FoundationLoggingEvent - Interface in com.cisco.oss.foundation.logging
 
FoundationLoggingMarker - Interface in com.cisco.oss.foundation.logging.structured
 
FoundationLoggingMarkerFormatter - Interface in com.cisco.oss.foundation.logging.structured
A formatter helper class to support formatting based on annotations present on the Marker This class should not have any user defined implementations

G

getAppenderName() - Method in interface com.cisco.oss.foundation.logging.FoundationLoggingEvent
get the appender name.
getBytes() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker.JavaClassObject
Will be used by our file manager to get the byte code that can be put into memory to instantiate our class
getClassLoader(JavaFileManager.Location) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker.ClassFileManager
Will be used by us to get the class loader for our compiled class.
getFormat(String) - Method in class com.cisco.oss.foundation.logging.structured.DefaultMarkerFormatter
 
getFormat(String) - Method in interface com.cisco.oss.foundation.logging.structured.FoundationLoggingMarkerFormatter
 
getFormatter() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
getFormatter() - Method in interface com.cisco.oss.foundation.logging.structured.FoundationLoggingMarker
 
getIntLevel() - Method in enum com.cisco.oss.foundation.logging.FoundationLevel
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker.ClassFileManager
Gives the compiler an instance of the JavaClassObject so that the compiler can write the byte code into it.
getName() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
getName() - Method in interface com.cisco.oss.foundation.logging.structured.FoundationLoggingMarker
 
getSlf4jMarker() - Method in interface com.cisco.oss.foundation.logging.FoundationLoggingEvent
get the marker implementation

H

hasChildren() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
hasReferences() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 

I

init() - Static method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
iterator() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 

M

markersXmlMap - Static variable in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 

N

NO_OPERATION - Static variable in interface com.cisco.oss.foundation.logging.structured.FoundationLoggingMarker
 

O

openOutputStream() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker.JavaClassObject
Will provide the compiler with an output stream that leads to our byte array.

P

populateUserFieldMap() - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 

R

remove(Marker) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
removeState(Integer) - Method in interface com.cisco.oss.foundation.logging.ApplicationStateInterface
 

S

scanClassPathForFormattingAnnotations() - Static method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
Scan all the class path and look for all classes that have the Format Annotations.
setAppenderName(String) - Method in interface com.cisco.oss.foundation.logging.FoundationLoggingEvent
set the appender name correlated to this appender
setFormatter(FoundationLoggingMarkerFormatter) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
setMarker(FoundationLoggingMarker) - Method in class com.cisco.oss.foundation.logging.structured.DefaultMarkerFormatter
 
setMarker(FoundationLoggingMarker) - Method in interface com.cisco.oss.foundation.logging.structured.FoundationLoggingMarkerFormatter
 
setState(FoundationLevel, Object) - Method in interface com.cisco.oss.foundation.logging.ApplicationStateInterface
 

T

toString() - Method in enum com.cisco.oss.foundation.logging.FoundationLoggerConstants
 

U

updateState(Integer, FoundationLevel, Object) - Method in interface com.cisco.oss.foundation.logging.ApplicationStateInterface
 
UserField - Annotation Type in com.cisco.oss.foundation.logging.structured
 
userFields - Variable in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 

V

valueOf(String) - Static method in enum com.cisco.oss.foundation.logging.FoundationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cisco.oss.foundation.logging.FoundationLoggerConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class com.cisco.oss.foundation.logging.structured.AbstractFoundationLoggingMarker
 
valueOf(String) - Method in interface com.cisco.oss.foundation.logging.structured.FoundationLoggingMarker
 
values() - Static method in enum com.cisco.oss.foundation.logging.FoundationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cisco.oss.foundation.logging.FoundationLoggerConstants
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D F G H I M N O P R S T U V

Copyright © 2014 Cisco. All Rights Reserved.