| 35 | } |
| 36 | |
| 37 | [StructLayout(LayoutKind.Sequential)] |
| 38 | public struct LogMessage { |
| 39 | public Level level; |
| 40 | public string message; |
| 41 | } |
| 42 | |
| 43 | [System.Serializable] |
| 44 | public enum Level: int { |
nothing calls this directly
no outgoing calls
no test coverage detected