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

async write for easylog #227

Closed
wants to merge 13 commits into from

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    a014f56 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    038fbd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    77688fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc84c0d View commit details
    Browse the repository at this point in the history
  3. The appender is a static variable.

    When the program exits,
    the thread is still writing asynchronously,
    but the appender has been released.
    The appender lifetime follows the logger.
    UniverseParticle committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d0a70d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a94084e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    cbb01f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    022db54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca4d00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4bb3b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    6f9cd95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5dc19 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    cdc039b View commit details
    Browse the repository at this point in the history