Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
platform
syslog_fuchsia.cc
Go to the documentation of this file.
1
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
#include "
platform/globals.h
"
6
#if defined(DART_HOST_OS_FUCHSIA)
7
8
#include "
platform/syslog.h
"
9
10
#include <
stdio.h
>
// NOLINT
11
12
namespace
dart
{
13
14
void
Syslog::VPrint
(
const
char
*
format
, va_list
args
) {
15
vfprintf(stdout,
format
,
args
);
16
fflush(stdout);
17
}
18
19
void
Syslog::VPrintErr
(
const
char
*
format
, va_list
args
) {
20
vfprintf(stderr,
format
,
args
);
21
fflush(stderr);
22
}
23
24
}
// namespace dart
25
26
#endif
// defined(DART_HOST_OS_FUCHSIA)
dart::Syslog::VPrintErr
VPrintErr(format, args)
dart::Syslog::VPrint
VPrint(format, args)
args
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
Definition:
fl_event_channel.h:89
format
uint32_t uint32_t * format
Definition:
fl_texture_registrar_test.cc:41
dart
Definition:
dart_vm.cc:33
globals.h
stdio.h
syslog.h
Generated on Sun Jun 23 2024 21:55:25 for Flutter Engine by
1.9.4