C D E G I L N P S V W 

C

call(LogConfigReadableType, LogLevel, String) - Method in interface com.io7m.jlog.LogCallbackType
Evaluate the function.
com.io7m.jlog - package com.io7m.jlog
Core types and functions for logging.
com.io7m.jlog.documentation - package com.io7m.jlog.documentation
Documentation.
critical(String) - Method in interface com.io7m.jlog.LogWritableType
Log a message message of level LogLevel.LOG_CRITICAL .

D

debug(String) - Method in interface com.io7m.jlog.LogWritableType
Log a message message of level LogLevel.LOG_DEBUG .

E

error(String) - Method in interface com.io7m.jlog.LogWritableType
Log a message message of level LogLevel.LOG_ERROR .

G

getAbsoluteDestination() - Method in interface com.io7m.jlog.LogConfigReadableType
Retrieve the name of the current absolute destination.
getDocumentationXMLLocation() - Static method in class com.io7m.jlog.documentation.LDocumentation
 
getImportance() - Method in enum com.io7m.jlog.LogLevel
 
getName() - Method in enum com.io7m.jlog.LogLevel
 

I

info(String) - Method in interface com.io7m.jlog.LogWritableType
Log a message message of level LogLevel.LOG_INFO.
isEnabled() - Method in interface com.io7m.jlog.LogConfigReadableType
 

L

LDocumentation - Class in com.io7m.jlog.documentation
Functions for retrieving the documentation.
LDocumentation() - Constructor for class com.io7m.jlog.documentation.LDocumentation
 
Log - Class in com.io7m.jlog
Constructor functions for obtaining LogType implementations.
LogCallbackType - Interface in com.io7m.jlog
A function evaluated for each log message.
LogConfigReadableType - Interface in com.io7m.jlog
Log interfaces that allow reading of their configuration.
LogConfigurableType - Interface in com.io7m.jlog
Log interfaces that allow modification of their configuration.
LogCreatableType - Interface in com.io7m.jlog
The type of logging interfaces that can create new log interfaces.
LogLevel - Enum in com.io7m.jlog
A description of a log level.
LogPolicyAllOn - Class in com.io7m.jlog
Log policy that enables logging to all destinations at the given log level.
LogPolicyProperties - Class in com.io7m.jlog
Log policy based on Properties.
LogPolicyType - Interface in com.io7m.jlog
The type of log policies.
LogType - Interface in com.io7m.jlog
The type of logging interfaces.
LogUsableType - Interface in com.io7m.jlog
The type of "usable" (that is, writable and unconfigurable) log interfaces.
LogWritableType - Interface in com.io7m.jlog
The type of writable logs.

N

newLog(LogPolicyType, String) - Static method in class com.io7m.jlog.Log
Construct a new root log interface, logging to the given destination.
newPolicy(LogLevel) - Static method in class com.io7m.jlog.LogPolicyAllOn
Construct a new log policy, using the given log level.
newPolicy(Properties, String) - Static method in class com.io7m.jlog.LogPolicyProperties
Construct a new log policy, reading properties prefixed with property_prefix from props.

P

policyDefaultLevel() - Method in class com.io7m.jlog.LogPolicyAllOn
 
policyDefaultLevel() - Method in class com.io7m.jlog.LogPolicyProperties
 
policyDefaultLevel() - Method in interface com.io7m.jlog.LogPolicyType
 
policyDestinationEnabled(String) - Method in class com.io7m.jlog.LogPolicyAllOn
 
policyDestinationEnabled(String) - Method in class com.io7m.jlog.LogPolicyProperties
 
policyDestinationEnabled(String) - Method in interface com.io7m.jlog.LogPolicyType
 

S

setCallback(LogCallbackType) - Method in interface com.io7m.jlog.LogConfigurableType
Set the callback evaluated for all log messages.
setLevel(LogLevel) - Method in interface com.io7m.jlog.LogConfigurableType
Set the current log level.

V

valueOf(String) - Static method in enum com.io7m.jlog.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.io7m.jlog.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in interface com.io7m.jlog.LogWritableType
Log a message message of level LogLevel.LOG_WARN .
with(String) - Method in interface com.io7m.jlog.LogCreatableType
Construct a new child LogType interface, with parent parent.
wouldLog(LogLevel) - Method in interface com.io7m.jlog.LogConfigReadableType
 
wouldLogAtLevel(LogLevel) - Method in interface com.io7m.jlog.LogConfigReadableType
 
write(LogLevel, String) - Method in interface com.io7m.jlog.LogWritableType
Log a message message of at the given log level.
C D E G I L N P S V W 

Copyright © 2014 <code@io7m.com> http://io7m.com