Skip to content

Instantly share code, notes, and snippets.

@rchatsiri
Created October 25, 2011 16:32
Show Gist options
  • Select an option

  • Save rchatsiri/1313360 to your computer and use it in GitHub Desktop.

Select an option

Save rchatsiri/1313360 to your computer and use it in GitHub Desktop.
Setting file for boost-logging.
[Core]
Filter="%Severity% >= 2"
[Sink:1]
Destination=Console
Format="%TimeStamp% *** %_%"
Filter="%Tag% | %Severity% > 3"
[Sink:2]
Destination=TextFile
FileName=test.log
AutoFlush=true
Format="[%TimeStamp%] %Tag% %_%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment