|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LoggerException in com.genesyslab.platform.logging |
---|
Methods in com.genesyslab.platform.logging that throw LoggerException | |
---|---|
void |
LoggerSupport.applyConfiguration(LogConfiguration configuration)
This method should be called BEFORE any output. |
void |
LoggerConfigurator.applyConfiguration(LogConfiguration configuration)
This method must be called when the logger is stopped and inside of a synchronized context only! |
LoggerEx |
LoggerEx.createChildLoggerEx(java.lang.String name)
Creates a new child logger. |
void |
LoggerSupport.setFileHeaderProvider(FileHeaderProvider fileHeaderProvider)
The FileHeaderProvider is used for receiving the log files header. |
Constructors in com.genesyslab.platform.logging that throw LoggerException | |
---|---|
LoggerFactory()
Default constructor. |
|
LoggerFactory(java.lang.String root)
Constructor that creates root logger instance with specified name. |
Uses of LoggerException in com.genesyslab.platform.logging.configuration |
---|
Methods in com.genesyslab.platform.logging.configuration that throw LoggerException | |
---|---|
static LogConfigurationImpl |
LogConfigurationFactory.parse(org.w3c.dom.Element xmlCfgApplication,
ILogger logger)
Parses log options from given application configuration. |
static ExpirationConfiguration |
ExpirationConfiguration.parse(java.lang.String optionVal,
ILogger logger)
|
Uses of LoggerException in com.genesyslab.platform.logging.runtime |
---|
Methods in com.genesyslab.platform.logging.runtime that throw LoggerException | |
---|---|
void |
Logger.applyConfiguration(LogConfiguration configuration)
This method should be called BEFORE any output. |
static java.lang.String |
Helpers.convertToFullPath(java.lang.String path)
|
LoggerEx |
AbstractLogger.createChildLoggerEx(java.lang.String name)
|
T |
AgingQueue.dequeue()
|
T |
AgingQueue.peek()
|
void |
AgingQueue.removeExpired()
|
void |
Logger.setFileHeaderProvider(FileHeaderProvider value)
|
static void |
Helpers.setupExpiration(FileTarget target,
ExpirationConfiguration expiration,
ILogger logger)
|
static void |
Helpers.setupSegmentation(FileTarget fileTarget,
SegmentationConfiguration segmentation,
ILogger logger)
|
java.util.List<KeyValuePairSerializable<T,java.util.Date>> |
AgingQueue.toDatedList()
|
Constructors in com.genesyslab.platform.logging.runtime that throw LoggerException | |
---|---|
AbstractLogger(java.lang.String name)
|
|
AgingQueue(java.lang.String spoolingFileName,
int bufferSize,
long expire)
|
|
Logger(java.lang.String name)
Default constructor. |
|
LoggerWraper(java.lang.String name,
InternalRootLogger rootLogger)
|
Uses of LoggerException in com.genesyslab.platform.logging.runtime.configuration |
---|
Constructors in com.genesyslab.platform.logging.runtime.configuration that throw LoggerException | |
---|---|
LogConfigurationReadOnly(LogConfiguration sourceConfig)
|
|
TargetsConfigurationReadOnly(TargetsConfiguration sourceConfig)
|
Uses of LoggerException in com.genesyslab.platform.logging.runtime.targets |
---|
Methods in com.genesyslab.platform.logging.runtime.targets that throw LoggerException | |
---|---|
void |
BaseTarget.activate()
|
BaseTarget |
TargetFactory.createConsoleTarget(LogConfiguration configuration)
|
BaseTarget |
DefaultTargetFactory.createConsoleTarget(LogConfiguration configuration)
|
SpooledNetworkTarget |
TargetFactory.createNetworkTarget(LogConfiguration configuration,
Protocol networkProtocol)
|
SpooledNetworkTarget |
DefaultTargetFactory.createNetworkTarget(LogConfiguration configuration,
Protocol networkProtocol)
|
protected void |
FileTarget.doActivate()
|
protected abstract void |
BaseTarget.doActivate()
|
protected void |
SpooledNetworkTarget.doWrite(LogEntry entry)
|
void |
FileTarget.setExpiration(ExpirationConfiguration value)
|
void |
FileTarget.setFileHeaderProvider(FileHeaderProvider value)
|
void |
FileTarget.setFileName(java.lang.String value)
|
void |
FileTarget.setFlushWriter(boolean value)
|
void |
FileTarget.setMaxFileSize(int value)
|
void |
FileTarget.setRollingStyle(FileTarget.RollingMode value)
|
void |
FileTarget.setTimeRollInterval(int timeRollInterval)
|
void |
CountingTextWriter.write(char value)
|
void |
Target.write(LogEntry entry)
This method is called by Logger to write the passed entry. |
void |
MessageServerTarget.write(LogEntry entry)
|
Constructors in com.genesyslab.platform.logging.runtime.targets that throw LoggerException | |
---|---|
SpooledNetworkTarget()
|
|
SpooledNetworkTarget(NetworkTargetConfiguration configuration,
Protocol protocol)
|
Uses of LoggerException in com.genesyslab.platform.logging.utilities |
---|
Methods in com.genesyslab.platform.logging.utilities that throw LoggerException | |
---|---|
boolean |
LmsFileLoadPolicy.loadFile(java.util.Collection<LmsFileHeader> loadedHeaders,
LmsFileHeader lmsFileHeaderToLoad)
This method is called when lms file is loaded. |
void |
MessageTemplateManager.loadFrom(java.io.BufferedReader reader)
Loads the *.lms file header and log templates from the "reader". |
void |
MessageTemplateManager.loadFrom(java.lang.String fileName)
Parses the *.lms file into the Header and Message templates. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |