# Zello
Easy to use logger with tons of options
### Quick Start
```js
const zello = require("zello");
zello.custom("Magic!", {
color: "blue", // color the text will appear
text: "alert", // what the text will state
});
```
### Methods
```js
info();
warning();
success();
error();
custom();
```