-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links to Logging Services support, security and download pages (#372
- Loading branch information
Showing
5 changed files
with
47 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,36 @@ Community {#community} | |
limitations under the License. | ||
--> | ||
|
||
See the following pages for community information: | ||
# Getting help {#support} | ||
|
||
* @subpage issue-tracking | ||
* @subpage mailing-lists | ||
If you are using an older version, search the [change log], [JIRA] and [mailing list archives] | ||
to determine whether your problem has been fixed some time ago. | ||
|
||
If you already digged through the code and found a problem in the Log4cxx implementation | ||
or the Log4cxx build scripts, feel free to directly raise an issue in [Github Issues]. | ||
*Please don't just open bugs only because things don't work for you*, | ||
some issues simply aren't bugs in the code base of the project or it's build tools, | ||
but may have a lot of different other reasons. | ||
|
||
If things really only don't work and you don't have any clue why, | ||
please use the [official support channels], | ||
i.e., [usage mailing list](mailto:[email protected]), | ||
[developer mailing lists](mailto:[email protected]) | ||
or [GitHub Discussions] instead. | ||
|
||
# Reporting a security issue {#security} | ||
|
||
Refer to the [official security page] for how to get support on security issues. | ||
|
||
# Official releases {#artifacts} | ||
|
||
See [artifact locations] for where you can get offical release artifacts and how to verify them. | ||
|
||
[change log]:@ref changelog | ||
[JIRA]: https://issues.apache.org/jira/browse/LOGCXX | ||
[mailing list archives]: http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user | ||
[Github Issues]: https://github.com/apache/logging-log4cxx/issues | ||
[GitHub Discussions]: https://github.com/apache/logging-log4cxx/discussions | ||
[official support channels]: https://logging.apache.org/support.html | ||
[official security page]: https://logging.apache.org/security.html | ||
[artifact locations]: https://logging.apache.org/download.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Build {#build} | |
As of version 0.11.0, the only supported build system for Log4cxx is CMake. | ||
Have a look at the [Building with CMake] page for more information. | ||
If you have trouble building, either [create an issue] | ||
or send a message to the [users mailing list]. | ||
or send a message to the [users mailing list](mailto:[email protected]). | ||
|
||
See the following pages for information on building Log4cxx: | ||
|
||
|
@@ -35,4 +35,3 @@ See the following pages for information on building Log4cxx: | |
|
||
[Building with CMake]:@ref build-cmake | ||
[create an issue]: https://github.com/apache/logging-log4cxx/issues | ||
[users mailing list]:@ref mailing-lists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.