|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogConfiguration in com.genesyslab.platform.logging |
---|
Methods in com.genesyslab.platform.logging that return LogConfiguration | |
---|---|
LogConfiguration |
LoggerSupport.getConfiguration()
Returns the read-only current logger configuration. |
Methods in com.genesyslab.platform.logging with parameters of type LogConfiguration | |
---|---|
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! |
void |
FileHeaderProvider.applyConfiguration(LogConfiguration configuration)
This method is called on the copy of class, during the procedure of configuring logger. |
void |
DefaultFileHeaderProvider.applyConfiguration(LogConfiguration configuration)
This method is called on the copy of class, during the procedure of configuring logger. |
Uses of LogConfiguration in com.genesyslab.platform.logging.configuration |
---|
Subinterfaces of LogConfiguration in com.genesyslab.platform.logging.configuration | |
---|---|
interface |
LogConfigurationExt
Extended LogConfiguration interface with additional logging options from "log-extended" options section. |
Classes in com.genesyslab.platform.logging.configuration that implement LogConfiguration | |
---|---|
class |
LogConfigurationImpl
|
Uses of LogConfiguration in com.genesyslab.platform.logging.runtime |
---|
Methods in com.genesyslab.platform.logging.runtime that return LogConfiguration | |
---|---|
LogConfiguration |
Logger.getConfiguration()
Returns the read-only current logger configuration. |
Methods in com.genesyslab.platform.logging.runtime with parameters of type LogConfiguration | |
---|---|
void |
Logger.applyConfiguration(LogConfiguration configuration)
This method should be called BEFORE any output. |
Uses of LogConfiguration in com.genesyslab.platform.logging.runtime.configuration |
---|
Classes in com.genesyslab.platform.logging.runtime.configuration that implement LogConfiguration | |
---|---|
class |
LogConfigurationReadOnly
|
Constructors in com.genesyslab.platform.logging.runtime.configuration with parameters of type LogConfiguration | |
---|---|
LogConfigurationReadOnly(LogConfiguration sourceConfig)
|
Uses of LogConfiguration in com.genesyslab.platform.logging.runtime.targets |
---|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |