Package | Description |
---|---|
org.wso2.carbon.logging.service.config | |
org.wso2.carbon.logging.service.provider | |
org.wso2.carbon.logging.service.provider.api |
Modifier and Type | Method and Description |
---|---|
static LoggingConfig |
LoggingConfigManager.loadLoggingConfiguration(String configFilenameWithPath)
Loads the given logging configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryLogProvider.init(LoggingConfig loggingConfig)
Initialize the log provider by reading the property comes with logging configuration file
This will be called immediate after create new instance of ILogProvider
|
void |
FileLogProvider.init(LoggingConfig loggingConfig)
Initialize the log provider by reading the property comes with logging configuration file
This will be called immediate after create new instance of LogProvider
|
Modifier and Type | Method and Description |
---|---|
void |
LogProvider.init(LoggingConfig loggingConfig)
Initialize the log provider by reading the property comes with logging configuration file
This will be called immediately after creating new instance of LogProvider
|
void |
LogFileProvider.init(LoggingConfig loggingConfig)
Initialize the file log provider by reading the property comes with logging configuration file
This will be called immediately after creating a new instance of LogFileProvider.
|
Copyright © 2018 WSO2. All rights reserved.