Skip to content

Commit

Permalink
Merge pull request #180 from jnpkrn/example-simplelog-stdout
Browse files Browse the repository at this point in the history
example: simplelog supports -o (for stdout sink)
  • Loading branch information
chrissie-c committed Feb 18, 2016
2 parents 6137f65 + 6e67911 commit c4c4ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/simplelog.c
Expand Up @@ -73,6 +73,7 @@ show_usage(const char *name)
printf("\n");
printf(" -v verbose\n");
printf(" -t threaded logging\n");
printf(" -o log to stdout\n");
printf(" -e log to stderr\n");
printf(" -b log to blackbox\n");
printf(" -f <filename> log to a file\n");
Expand Down

0 comments on commit c4c4ca8

Please sign in to comment.