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

Fix logger for AuditLoggerInfo when none is provided. #109

Merged
merged 3 commits into from
Feb 16, 2018

Commits on Feb 15, 2018

  1. Fix logger for AuditLoggerInfo when none is provided.

    This commit fixes an issue with the AuditLoggerInfo structure where
    a user may fail to provide a logger at the time the struct is instantiated.
    
    The method logger() for the AuditLoggerInfo structure handles this case by
    instantiating a default logger that logs to Stderr if no logger instance
    is provided. The logger() method simply needs to be used, and this commit
    adds that functionality.
    Jonathan Whitaker committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    09b035c View commit details
    Browse the repository at this point in the history
  2. Fix logger for AuditLoggerInfo when none is provided.

    This commit fixes an issue with the AuditLoggerInfo structure where
    a user may fail to provide a logger at the time the struct is instantiated.
    
    The method logger() for the AuditLoggerInfo structure handles this case by
    instantiating a default logger that logs to Stderr if no logger instance
    is provided. The logger() method simply needs to be used, and this commit
    adds that functionality.
    
    Signed-off-by: Jonathan Whitaker <jon.b.whitaker@gmail.com>
    Jonathan Whitaker committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    78627a2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/jon-whit/ladon

    Jonathan Whitaker committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    ef8a68d View commit details
    Browse the repository at this point in the history