0.0.11 • Published 7 years ago

ts-log-decorator v0.0.11

Weekly downloads
5
License
UNLICENSED
Repository
github
Last release
7 years ago

@TypeScript Log Decorator

A Node.js module that allow fast logging of class creation, methods and its arguments

Installation

npm install ts-log-decorator --D

Usage

TypeScript

import { log } from 'ts-log-decorator';
@log() class User {
    private: _name: string
    @log() setUser(@log() name: string): string {
        this._name = name;
    }
};
0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago