java.lang.Object | |
↳ | com.atlassian.jira.mail.DefaultMailLoggingManager |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Normally you don't need to use this method, unless you explicitely creates instances of MailServer classes,
then it's advisable to configure their logging level by calling this method.
| |||||||||||
Clients willing to log to incoming mail log (by default written to a separate log file)
can use this method to obtain their more specific logger, which will inherit
the appenders from the main incoming mail logger, thus information sent there
will be logged also in the incoming mail log file.
| |||||||||||
Clients willing to log to incoming mail log (by default written to a separate log file)
can use this logger.
| |||||||||||
Retrieves currently configured logging level for incoming mail
| |||||||||||
Clients willing to log to outgoing mail log (by default written to a separate log file)
can use this logger.
| |||||||||||
Retrieves currently configured logging level for outgoing mail
| |||||||||||
Sets new logging level for incoming mail
| |||||||||||
Sets new logging level for outgoing mail
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.mail.MailLoggingManager
|
Normally you don't need to use this method, unless you explicitely creates instances of MailServer classes, then it's advisable to configure their logging level by calling this method.
mailServer | configures logging for given server. |
---|
Clients willing to log to incoming mail log (by default written to a separate log file) can use this method to obtain their more specific logger, which will inherit the appenders from the main incoming mail logger, thus information sent there will be logged also in the incoming mail log file.
subname | additional name for this logger. It will be concatenated with the main incoming mail logger using "." (dot). |
---|
Clients willing to log to incoming mail log (by default written to a separate log file) can use this logger.
Retrieves currently configured logging level for incoming mail
Clients willing to log to outgoing mail log (by default written to a separate log file) can use this logger.
Retrieves currently configured logging level for outgoing mail
Sets new logging level for incoming mail
loggingLevel | new logging level |
---|
Sets new logging level for outgoing mail
loggingLevel | new logging level |
---|