Added logging.

这个提交包含在:
Craig Warren
2021-03-27 15:34:07 +00:00
父节点 c9a442c41b
当前提交 bc822ccd5f

查看文件

@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
import logging
import os
import platform
import re
@@ -27,6 +28,8 @@ import psutil
from .utilities import human_size
logger = logging.getLogger(__name__)
def get_host_info():
"""Get information about the machine, CPU, RAM, and OS.