# *contract* Debug ([source](https://github.com/daostack/daostack/tree/master/./contracts/test/Debug.sol))
*Code deposit cost: **less than 10600 gas.***

*Execution cost: **less than 61 gas.***

*Total deploy cost(deposit + execution): **less than 10661 gas.***

> 

## Reference
- [Constructors](#constructors)

- [Events](#events)
    - [LogUint](#event-loguint)
    - [LogString](#event-logstring)
    - [LogInt](#event-logint)
    - [LogBytes32](#event-logbytes32)
    - [LogBytes](#event-logbytes)
    - [LogBool](#event-logbool)
    - [LogAddress](#event-logaddress)
- [Fallback](#fallback)
- [Functions](#functions)

### Constructors

### Events
#### *event* LogUint
*Params:*
1. **_msg** *of type uint256*


#### *event* LogString
*Params:*
1. **_msg** *of type string*


#### *event* LogInt
*Params:*
1. **_msg** *of type int256*


#### *event* LogBytes32
*Params:*
1. **_msg** *of type bytes32*


#### *event* LogBytes
*Params:*
1. **_msg** *of type bytes*


#### *event* LogBool
*Params:*
1. **_msg** *of type bool*


#### *event* LogAddress
*Params:*
1. **_msg** *of type address*


### Fallback
*Nothing*
### Functions

