This website works better with JavaScript.
Home
Explore
Help
Sign In
LiZongdi
/
Kelaifen
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
3.3 MiB
Tree:
e6e3ebaf55
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e6e3ebaf55'
${ noResults }
Kelaifen
/
Core
/
Protobuf
/
Proto
/
bsp_Trace.proto
13 lines
116 B
Raw
Normal View
History
first commit
3 weeks ago
syntax
=
"proto3"
;
message
TraceMessage
{
string
Level
=
1
;
string
Logger
=
2
;
string
Message
=
4
;
}