27 lines
633 B
TOML
27 lines
633 B
TOML
main_assembly_path="Program.dll"
|
|
mono_libs_dir="mono-libs"
|
|
working_dir=""
|
|
|
|
# error, critical, warning, message, info, debug (default=error)
|
|
trace_level=""
|
|
|
|
# trace_mask values (use ',' as separator):
|
|
# all (default)
|
|
# asm, type, dll, gc, cfg, aot, security,
|
|
# threadpool
|
|
# io-threadpool
|
|
# io-selector
|
|
# io-layer
|
|
# io-layer-process
|
|
# io-layer-socket
|
|
# io-layer-file
|
|
# io-layer-console
|
|
# io-layer-pipe
|
|
# io-layer-event
|
|
# io-layer-semaphore
|
|
# io-layer-mutex
|
|
# io-layer-handle
|
|
# w32handle, tailcall, profiler, tiered
|
|
# qcall, metadata-update, diagnostics
|
|
trace_mask=""
|