Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-8423] Added support for trace, notice, fatal, and critical. #2083

Merged
merged 1 commit into from Apr 27, 2012
Merged

[TIMOB-8423] Added support for trace, notice, fatal, and critical. #2083

merged 1 commit into from Apr 27, 2012

Conversation

cb1kenobi
Copy link
Contributor

No description provided.


console.trace = 0; // need to undefine trace() since it does something completely different

for (; i < 9; i++) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we do a len variable set to fns.length? I could see us adding/removing one of these in the future and forgetting to update this hard-coded value.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to save bytes. I highly doubt we'll change these in the foreseeable future.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough.

@nebrius
Copy link
Contributor

nebrius commented Apr 27, 2012

Code reviewed and tested. Request accepted.

nebrius added a commit that referenced this pull request Apr 27, 2012
[TIMOB-8423] Added support for trace, notice, fatal, and critical.
@nebrius nebrius merged commit c695942 into tidev:master Apr 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants