Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Make _log super awesome #6

Open
sbhansen opened this issue Jan 16, 2013 · 0 comments
Open

Make _log super awesome #6

sbhansen opened this issue Jan 16, 2013 · 0 comments

Comments

@sbhansen
Copy link
Contributor

Seudocode

Make this snippet into a for( method in methods ) loop

_log.log = function( message, messageAndLable ){
     if(  typeof messageAndLable != "undefined" ){
        console.log( _namespace, message );
    }
    else {
        console.log( message, messageAndLable );
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant