Cradicle Explorer
nim-chronicles
Info
Issues
Patches
Wallets
Source
Source
.github
.vscode
chronicles
media
tests
colors
customization
loglevel
logscope
other
perf
rt_filtering
scripts
sinks
streams
timestamps
topics
README.md
config.nims
custom_formatters.nim
custom_formatters_types.nim
custom_stream.nim
declared_but_not_used.nim
dyn_output.nim
dynamic_scopes.nim
file_log_stream.nim
lexical_scopes.nim
long_lines.nim
multiple_streams.nim
no_side_effect.nim
runtime_filtering.nim
runtime_filtering_no_scopes.nim
runtime_path.nim
size.nim
topics_and_loglvls.nim
twosinks.nim
xml_records.nim
xml_stream.nim
xml_stream_usage.nim
.gitignore
LICENSE-APACHEv2
LICENSE-MIT
README.md
chronicles.nim
chronicles.nimble
config.nims
nim.cfg
/
tests
/ xml_stream_usage.nim
xml_stream_usage.nim
1
import xml_stream
2
3
info("New Stream", franchise = "Tom & Jerry", episode = "Smarty Cat")
4