valence/src
Ryan Johnson 4226201fed
Replace log crate with tracing (#157)
The `tracing` crate seems to be the go-to
logging/profiling/instrumentation solution nowadays. Perhaps in the
future we could use `tracing` for profiling instead of (or in addition
to) the `perf`-based `cargo flamegraph` command. This would sidestep the
issue of `rayon` polluting the output. I conducted an initial experiment
by adding some more spans but wasn't very happy with the result.

Log messages have also been improved. There is some additional context
and events are raised when clients are added/removed from the server.
2022-11-16 18:22:44 -08:00
..
chunk Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
client Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
entity Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
server Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
biome.rs Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
bvh.rs Fix stack overflow during BVH construction 2022-07-17 22:07:51 -07:00
chunk.rs Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
chunk_pos.rs Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
client.rs Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
config.rs Move protocol code to valence_protocol + redesigns (#153) 2022-11-13 06:10:42 -08:00
dimension.rs Move protocol code to valence_protocol + redesigns (#153) 2022-11-13 06:10:42 -08:00
entity.rs Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
inventory.rs Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
lib.rs Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
player_list.rs Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
player_textures.rs Move protocol code to valence_protocol + redesigns (#153) 2022-11-13 06:10:42 -08:00
server.rs Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
slab.rs Fix clippy issues 2022-09-02 00:37:02 -07:00
slab_rc.rs Fix clippy issues 2022-09-02 00:37:02 -07:00
slab_versioned.rs Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
spatial_index.rs Remove dbg! macro 2022-10-16 04:13:10 -07:00
util.rs Add Username<S> type (#132) 2022-10-22 20:17:06 -07:00
world.rs Chunk Rewrite With Paletted Containers (#91) 2022-10-07 15:52:55 -07:00