Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
LoggingInterceptor.inl
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4
6
7 /*
8 ********************************************************************************
9 ************************* ILogHandler::MessageInstance *************************
10 ********************************************************************************
11 */
12 inline ILogHandler::MessageInstance::MessageInstance (Message& m, Time::TimePointSeconds startedAt)
13 : fMessage{m}
14 , fStartedAt{startedAt}
15 {
16 }
17
18}