aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/MsgLogger/MsgLogger_fwd.H
blob: 626348670a27b2a657489695a3fe89f038973c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright 2021 Luca Fedeli
 *
 * This file is part of WarpX.
 *
 * License: BSD-3-Clause-LBNL
 */

#ifndef WARPX_MSG_LOGGER_FWD_H
#define WARPX_MSG_LOGGER_FWD_H

namespace Utils{
namespace MsgLogger{

    enum class Priority;

    struct Msg;
    struct MsgWithCounter;
    struct MsgWithCounterAndRanks;

    class Logger;
}
}

#endif //WARPX_MSG_LOGGER_FWD_H