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

Field Configuration for Formatter #4

Open
acook opened this issue Mar 12, 2013 · 1 comment
Open

Field Configuration for Formatter #4

acook opened this issue Mar 12, 2013 · 1 comment
Assignees

Comments

@acook
Copy link
Owner

acook commented Mar 12, 2013

Logsaber needs to allow for configurable field/columns.

Example:

This code...

$log = Logsaber.create format: '[%d %s] %a %- %l ... %m', appname: 'MyApp'
$log.debug :SomeLabel, [1,2,3]

Results in...

[2013-03-08 19:12:01.219 DEBUG] MyApp | SomeLabel ... [1,2,3]

ref:

@ghost ghost assigned acook Mar 12, 2013
@acook
Copy link
Owner Author

acook commented Sep 10, 2013

This should go into the standard collection for provided formatters once formatters are extracted from the core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant