- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 14
 
Custom timestamp format #313
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
Conversation
          Codecov Report
 @@           Coverage Diff           @@
##             main     #313   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files          15       15           
  Lines         340      340           
=======================================
  Hits          338      338           
  Misses          2        2           
 Flags with carried forward coverage won't be shown. Click here to find out more. 
 Continue to review full report at Codecov. 
  | 
    
| 
           Output examples for  
 | 
    
Bump version to 0.3.0 for the next release.
- Tidy up whitespace. - Use expression-bodied property. - Use interpolated string.
Make a number of lambda methods explicitly static.
Support customising the format of the timestamps. Resolves #311.
Add TODO comment for [StringSyntax].
7dea32d    to
    18a6af8      
    Compare
  
    
Support customising the format of the log message timestamps.
Resolves #311.