# Debug
[see the 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
*Nothing*
### 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
*Nothing*
