https://mooseframework.inl.gov
thermal_hydraulics
test
include
components
LoggerTestComponent.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
Component.h
"
13
17
class
LoggerTestComponent
:
public
Component
18
{
19
public
:
20
LoggerTestComponent
(
const
InputParameters
& params);
21
22
private
:
23
const
bool
_log_errors
;
24
const
bool
_log_warnings
;
25
26
public
:
27
static
InputParameters
validParams
();
28
};
LoggerTestComponent::validParams
static InputParameters validParams()
Definition:
LoggerTestComponent.C:15
Component.h
LoggerTestComponent::LoggerTestComponent
LoggerTestComponent(const InputParameters ¶ms)
Definition:
LoggerTestComponent.C:24
LoggerTestComponent::_log_warnings
const bool _log_warnings
Definition:
LoggerTestComponent.h:24
InputParameters
LoggerTestComponent
Component for testing Logger.
Definition:
LoggerTestComponent.h:17
Component
Base class for THM components.
Definition:
Component.h:27
LoggerTestComponent::_log_errors
const bool _log_errors
Definition:
LoggerTestComponent.h:23
Generated on Thu Jul 17 2025 01:44:57 for https://mooseframework.inl.gov by
1.8.14