diff options
Diffstat (limited to 'src/lib/log/logger.cc')
-rw-r--r-- | src/lib/log/logger.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/log/logger.cc b/src/lib/log/logger.cc index c9840febb4..7979dc6684 100644 --- a/src/lib/log/logger.cc +++ b/src/lib/log/logger.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011, 2015 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -50,6 +50,12 @@ Logger::~Logger() { loggerptr_ = 0; } +// Get Version +std::string +Logger::getVersion() { + return (LoggerImpl::getVersion()); +} + // Get Name of Logger std::string |