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

Feature/logging #173

Merged
merged 7 commits into from
Dec 7, 2014
Merged

Feature/logging #173

merged 7 commits into from
Dec 7, 2014

Commits on Nov 21, 2014

  1. add logging.h

    Joe Hamman committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    dbd2bb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Revert "add logging.h"

    This reverts commit dbd2bb0.
    Joe Hamman committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    9e987e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    111ab9b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

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

Commits on Dec 6, 2014

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

Commits on Dec 7, 2014

  1. Standardized VIC logging.

    - Print statements now go to the global FILE stream "LOG_DEST"
    - Logging and error handling is controlled via macros in vic_log.h
    - All references to vicerror() and nrerror() have been replaced with log_err()
    Joe Hamman committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    0ef9c16 View commit details
    Browse the repository at this point in the history
  2. generalized initialization of logging. now requires each driver to ca…

    …ll initialize_log() before a log function is used and setup_logging() after the global parameter file is read
    Joe Hamman committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    88dc72f View commit details
    Browse the repository at this point in the history