# v-log ### Problem When you have to log your instance you have to use the template reference and then log them: ```vue ``` Don't you think this is A LOT of code just for a simple log? ## Usage With the new directive v-log provided by **TresJS**, you can do this by just adding `v-log` to the instance. ```vue{2,10,12} ``` Note that you can pass a modifier with the name of a property, for example `v-log:material`, and it will directly log the `material` property 😍