Index

C D E F G H I L M N O P S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

cleanup() - Static method in class com.yahoo.log.LogSetup
perform cleanup
clearHandlers() - Static method in class com.yahoo.log.LogSetup
Clear all handlers registered in java.util.logging framework
com.yahoo.log - package com.yahoo.log
 
com.yahoo.log.event - package com.yahoo.log.event
 
com.yahoo.log.impl - package com.yahoo.log.impl
 
compare(LogMessage, LogMessage) - Method in class com.yahoo.log.LogMessageTimeComparator
 
count(String, long) - Static method in class com.yahoo.log.event.Event
Static method for logging the count event.
crash(String, int, int) - Static method in class com.yahoo.log.event.Event
Static method for logging the crash event.

D

DEBUG - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 

E

empty(String) - Static method in class com.yahoo.log.impl.LogUtils
 
equals(Object) - Method in class com.yahoo.log.LogMessage
 
ERROR - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
Event - Class in com.yahoo.log.event
The Event class is the base class for all VESPA defined events.
Event() - Constructor for class com.yahoo.log.event.Event
 
EVENT - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 

F

FATAL - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 

G

getComponent() - Method in class com.yahoo.log.LogMessage
 
getEvent() - Method in class com.yahoo.log.LogMessage
If the LogMessage was an EVENT then this method can be used to get the Event instance representing the event.
getHost() - Method in class com.yahoo.log.LogMessage
 
getHostName() - Static method in class com.yahoo.log.impl.LogUtils
 
getLevel() - Method in class com.yahoo.log.LogMessage
 
getLevels() - Static method in class com.yahoo.log.LogLevel
Deprecated.
Static method returning a map from Vespa level name to Level
getName() - Method in class com.yahoo.log.event.Event
Get the name of the event instance.
getPayload() - Method in class com.yahoo.log.LogMessage
 
getPID() - Static method in class com.yahoo.log.impl.LogUtils
 
getProcessId() - Method in class com.yahoo.log.LogMessage
 
getService() - Method in class com.yahoo.log.LogMessage
 
getThreadId() - Method in class com.yahoo.log.LogMessage
 
getTime() - Method in class com.yahoo.log.event.Event
Get the timestamp of this event
getTimestamp() - Method in class com.yahoo.log.LogMessage
 
getValue(String) - Method in class com.yahoo.log.event.Event
Get a property value.
getValuePossiblyQuote(String) - Method in class com.yahoo.log.event.Event
Convenience method which returns a property.
getVersion() - Method in class com.yahoo.log.event.Event
Get the event version.
getVespaLogLevel(Level) - Static method in class com.yahoo.log.LogLevel
Deprecated.
Static method for mapping Java log level to VESPA log level.

H

hashCode() - Method in class com.yahoo.log.LogMessage
 

I

initVespaLogging(String) - Static method in class com.yahoo.log.LogSetup
Every Vespa application should call initVespaLogging exactly one time.
IntValCONFIG - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValDEBUG - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValERROR - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValEVENT - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValFATAL - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValFINE - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValFINER - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValFINEST - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValINFO - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValSEVERE - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValSPAM - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValUNKNOWN - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
IntValWARNING - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
InvalidLogFormatException - Exception in com.yahoo.log
This (checked) exception is used to flag invalid log messages, primarily for use in the factory methods of LogMessage.
InvalidLogFormatException() - Constructor for exception com.yahoo.log.InvalidLogFormatException
 
InvalidLogFormatException(String) - Constructor for exception com.yahoo.log.InvalidLogFormatException
 
InvalidLogFormatException(String, Throwable) - Constructor for exception com.yahoo.log.InvalidLogFormatException
 

L

LogCtlCONFIG - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlDEBUG - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlERROR - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlEVENT - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlFATAL - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlINFO - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlNumLevels - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlSPAM - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogCtlWARNING - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
LogFileDb - Class in com.yahoo.log
 
LogFileDb() - Constructor for class com.yahoo.log.LogFileDb
 
LogLevel - Class in com.yahoo.log
Deprecated.
Use Level instead.
LogMessage - Class in com.yahoo.log
This class implements the common ground log message used by the logserver.
LogMessageTimeComparator - Class in com.yahoo.log
Order LogMessage instances based on timestamp.
LogMessageTimeComparator() - Constructor for class com.yahoo.log.LogMessageTimeComparator
Create a Time comparator for logmessages.
LogMessageTimeComparator(boolean) - Constructor for class com.yahoo.log.LogMessageTimeComparator
Create a Time comparator for logmessages.
LogSetup - Class in com.yahoo.log
Sets up Vespa logging.
LogSetup() - Constructor for class com.yahoo.log.LogSetup
 
LogUtils - Class in com.yahoo.log.impl
 
LogUtils() - Constructor for class com.yahoo.log.impl.LogUtils
 

M

MalformedEventException - Exception in com.yahoo.log.event
 
MalformedEventException() - Constructor for exception com.yahoo.log.event.MalformedEventException
 
MalformedEventException(String) - Constructor for exception com.yahoo.log.event.MalformedEventException
 
MalformedEventException(Throwable) - Constructor for exception com.yahoo.log.event.MalformedEventException
 

N

nowLoggingTo(String) - Static method in class com.yahoo.log.LogFileDb
 

O

of(Instant, String, long, long, String, String, Level, String) - Static method in class com.yahoo.log.LogMessage
 

P

parse(String) - Static method in class com.yahoo.log.event.Event
Parse string representation of Event and emit correct Event subtype.
parse(String) - Static method in class com.yahoo.log.LogLevel
Deprecated.
Semi-Case sensitive parsing of log levels.
parseNativeFormat(String) - Static method in class com.yahoo.log.LogMessage
Make a log message from the native format of the logging package.
progress(String, long, long) - Static method in class com.yahoo.log.event.Event
Static method for logging the progress event.

S

setTime(long) - Method in class com.yahoo.log.event.Event
Set the timestamp of this event.
setValue(String, String) - Method in class com.yahoo.log.event.Event
Set a property.
setVersion(int) - Method in class com.yahoo.log.event.Event
Set event version
SPAM - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 
started(String) - Static method in class com.yahoo.log.event.Event
Static method for logging the started event.
starting(String) - Static method in class com.yahoo.log.event.Event
Static method for logging the starting event.
state(String, String) - Static method in class com.yahoo.log.event.Event
Static method for logging the state event.
stopped(String, int, int) - Static method in class com.yahoo.log.event.Event
Static method for logging the stopped event.
stopping(String, String) - Static method in class com.yahoo.log.event.Event
Static method for logging the stopping event.

T

toString() - Method in class com.yahoo.log.event.Event
This method returns the string representation of the event and must return something that can be parsed by the parse method.
toString() - Method in class com.yahoo.log.LogMessage
Return valid representation of log message.

U

UNKNOWN - Static variable in class com.yahoo.log.LogLevel
Deprecated.
 

V

value(String, double) - Static method in class com.yahoo.log.event.Event
Static method for logging the value event.
C D E F G H I L M N O P S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form