Skip to content

Conversation

@christoph-fricke
Copy link
Owner

Currently this PR includes the following handlers:

  • FileHandler: Writes a LogRecord to a file.
  • StdoutHandler: Just dumps a LogRecord to Stdout.

TODO

  • FileHandler requires the fs module. I need to make sure that the library is still usable in a browser environment where FileHandler is not used.
    • Currently rollup includes fs as an external dependency in the bundle which does not cause any build warning or errors. It might however cause issues if the library is used in a browser.

@christoph-fricke christoph-fricke added the enhancement New feature or request label Jul 20, 2020
@christoph-fricke christoph-fricke self-assigned this Jul 20, 2020
Base automatically changed from master to main March 11, 2021 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant