|
@@ -1,5 +1,5 @@
|
|
|
<p align="center" >
|
|
<p align="center" >
|
|
|
- <img src="LumberjackLogo.png" title="Lumberjack logo" float=left>
|
|
|
|
|
|
|
+ <img src="https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/LumberjackLogo.png" title="Lumberjack logo" float=left>
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
CocoaLumberjack
|
|
CocoaLumberjack
|
|
@@ -96,8 +96,8 @@ Cartfile
|
|
|
github "CocoaLumberjack/CocoaLumberjack"
|
|
github "CocoaLumberjack/CocoaLumberjack"
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-- or [install manually](Documentation/GettingStarted.md#manual-installation)
|
|
|
|
|
-- read the [Getting started](Documentation/GettingStarted.md) guide, check out the [FAQ](Documentation/FAQ.md) section or the other [docs](Documentation/)
|
|
|
|
|
|
|
+- or [install manually](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/GettingStarted.md#manual-installation)
|
|
|
|
|
+- read the [Getting started](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/GettingStarted.md) guide, check out the [FAQ](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/FAQ.md) section or the other [docs](Documentation/)
|
|
|
- if you find issues or want to suggest improvements, create an issue or a pull request
|
|
- if you find issues or want to suggest improvements, create an issue or a pull request
|
|
|
- for all kinds of questions involving CocoaLumberjack, use the [Google group](http://groups.google.com/group/cocoalumberjack) or StackOverflow (use [#lumberjack](http://stackoverflow.com/questions/tagged/lumberjack)).
|
|
- for all kinds of questions involving CocoaLumberjack, use the [Google group](http://groups.google.com/group/cocoalumberjack) or StackOverflow (use [#lumberjack](http://stackoverflow.com/questions/tagged/lumberjack)).
|
|
|
|
|
|
|
@@ -138,15 +138,15 @@ Configure your logging however you want. Change log levels per file (perfect for
|
|
|
|
|
|
|
|
### Documentation
|
|
### Documentation
|
|
|
|
|
|
|
|
-- **[Get started using Lumberjack](Documentation/GettingStarted.md)**<br/>
|
|
|
|
|
-- [Different log levels for Debug and Release builds](Documentation/XcodeTricks.md)<br/>
|
|
|
|
|
-- [Different log levels for each logger](Documentation/PerLoggerLogLevels.md)<br/>
|
|
|
|
|
-- [Use colors in the Xcode debugging console](Documentation/XcodeColors.md)<br/>
|
|
|
|
|
-- [Write your own custom formatters](Documentation/CustomFormatters.md)<br/>
|
|
|
|
|
-- [FAQ](Documentation/FAQ.md)<br/>
|
|
|
|
|
-- [Analysis of performance with benchmarks](Documentation/Performance.md)<br/>
|
|
|
|
|
-- [Common issues you may encounter and their solutions](Documentation/ProblemSolution.md)<br/>
|
|
|
|
|
-- [AppCode support](Documentation/AppCode-support.md)
|
|
|
|
|
|
|
+- **[Get started using Lumberjack](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/GettingStarted.md)**<br/>
|
|
|
|
|
+- [Different log levels for Debug and Release builds](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/XcodeTricks.md)<br/>
|
|
|
|
|
+- [Different log levels for each logger](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/PerLoggerLogLevels.md)<br/>
|
|
|
|
|
+- [Use colors in the Xcode debugging console](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/XcodeColors.md)<br/>
|
|
|
|
|
+- [Write your own custom formatters](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/CustomFormatters.md)<br/>
|
|
|
|
|
+- [FAQ](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/FAQ.md)<br/>
|
|
|
|
|
+- [Analysis of performance with benchmarks](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/Performance.md)<br/>
|
|
|
|
|
+- [Common issues you may encounter and their solutions](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/ProblemSolution.md)<br/>
|
|
|
|
|
+- [AppCode support](https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/AppCode-support.md)
|
|
|
- **[Full Lumberjack documentation](Documentation/)**<br/>
|
|
- **[Full Lumberjack documentation](Documentation/)**<br/>
|
|
|
|
|
|
|
|
### Requirements
|
|
### Requirements
|
|
@@ -192,5 +192,5 @@ The current version of Lumberjack requires:
|
|
|
### Architecture
|
|
### Architecture
|
|
|
|
|
|
|
|
<p align="center" >
|
|
<p align="center" >
|
|
|
- <img src="Documentation/CocoaLumberjackClassDiagram.png" title="CocoaLumberjack class diagram">
|
|
|
|
|
|
|
+ <img src="https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/Documentation/CocoaLumberjackClassDiagram.png" title="CocoaLumberjack class diagram">
|
|
|
</p>
|
|
</p>
|