Initial implementation 67/315967/2 tizen
authorGrzegorz Nowakowski <G.nowakowski@samsung.com>
Fri, 6 Dec 2024 17:26:37 +0000 (18:26 +0100)
committerGrzegorz Nowakowski <g.nowakowski@samsung.com>
Mon, 17 Feb 2025 15:35:26 +0000 (16:35 +0100)
commit0c4def8e7fe140ee8fbd32528a9b2013e004190b
treea9a6b31ed6d4b71fbca6d3778f55f2161b823f47
parent0053cbd6b64d6e84c4f95a0c1b2bc09ee124792d
Initial implementation

Change-Id: I222f3d4f781a234c29288b3178f74010e719c79e
14 files changed:
dlog-redirect-stdout-sys/src/lib.rs [new file with mode: 0644]
dlog-redirect-stdout/src/lib.rs [new file with mode: 0644]
dlog-sys/src/lib.rs [new file with mode: 0644]
dlog/src/lib.rs [new file with mode: 0644]
dlogutil-sys/src/lib.rs [new file with mode: 0644]
dlogutil/src/lib.rs [new file with mode: 0644]
packaging/rust-dlog.manifest [new file with mode: 0644]
packaging/rust-dlog.spec [new file with mode: 0644]
tests/src/dlogsend.rs [new file with mode: 0644]
tests/src/logutil.rs [new file with mode: 0644]
tests/src/test_dlog_critical_print.rs [new file with mode: 0644]
tests/src/test_dlog_custom_tag.rs [new file with mode: 0644]
tests/src/test_dlog_print.rs [new file with mode: 0644]
tests/src/test_dlog_redirect.rs [new file with mode: 0644]