﻿```
  _                 ____
 | |               |  _ \
 | |     ___   __ _| |_) | _____  __
 | |    / _ \ / _` |  _ < / _ \ \/ /
 | |___| (_) | (_| | |_) | (_) >  <
 |______\___/ \__, |____/ \___/_/\_\
               __/ |
              |___/
```

Copyright Since 2005 ColdBox Platform by Luis Majano and Ortus Solutions, Corp
www.coldbox.org | www.ortussolutions.com

----

Because of God's grace, this project exists. If you don't like this, then don't read it, its not for you.

>"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ:
By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.
And not only so, but we glory in tribulations also: knowing that tribulation worketh patience;
And patience, experience; and experience, hope:
And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the
Holy Ghost which is given unto us. ." Romans 5:5

----

# Welcome to LogBox
LogBox is an enterprise ColdFusion (CFML) logging library designed to give you flexibility, simplicity and power when logging or tracing is needed in your applications.

## License
Apache License, Version 2.0.

>The ColdBox Websites, logo and content have a separate license and they are a separate entity.

## Versioning
LogBox is maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

```
<major>.<minor>.<patch>
```

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch

## Important Links

Source Code
- https://github.com/coldbox/coldbox-platform

Continuous Integration
- https://travis-ci.org/ColdBox/coldbox-platform

Bug Tracking/Agile Boards
- https://ortussolutions.atlassian.net/browse/LOGBOX

Documentation
- https://logbox.ortusbooks.com

Blog
- https://www.ortussolutions.com/blog

Official Site
- https://www.coldbox.org

## System Requirements
- Lucee 4.5+
- ColdFusion 11+

## Quick Installation
Please go to our [documentation](http://logbox.ortusbooks.com) for expanded instructions.

**CommandBox (Recommended)**

We recommend you use [CommandBox](http://www.ortussolutions.com/products/commandbox), our CFML CLI and package manager, to install LogBox.

**Stable Release**

`box install logbox`

**Bleeding Edge Release**

`box install logbox@be`

**Simple Install**

Unzip the download into a folder called `logbox` in your webroot or place outside of the webroot and create a per-application mapping `/logbox` that points to it.

**Bleeding Edge Downloads**
You can always leverage our bleeding edge artifacts server to download LogBox: https://downloads.ortussolutions.com/#/ortussolutions/logbox/

---

### THE DAILY BREAD
 > "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
