Skip to content

staticfloat/LoggingExtrasCompose.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoggingExtrasCompose

Build Status Build Status Coverage Status

Provides plugins to allow logger provided by LoggingExtras to be used with LogCompose.

The following logger types can be composed with this package:

  • LoggingExtras.TeeLogger
  • LoggingExtras.FileLogger

Example configurations:

[loggers.file1]
type = "LoggingExtras.FileLogger"
filename = "testapp1.log"
append = true                   # file open mode (default: false)
flush = true                    # flush after logging (default: true)
    
[loggers.file2]
type = "LoggingExtras.FileLogger"
filename = "testapp2.log"
append = true
flush = true

[loggers.tee]
type = "LoggingExtras.TeeLogger"
destinations = ["file1", "file2"]

Check documentation of LoggingExtras for more details about parameter values.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Julia 100.0%