- isEnabled : Bool
- logFile : System.FilePath
- allowedMethods? : Option (Std.HashSet String)
- disallowedMethods? : Option (Std.HashSet String)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
- request (method : String) : MessageMethod
- rpcRequest (method : String) : MessageMethod
- notification (method : String) : MessageMethod
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lean.Server.Logging.messageMethod? (Lean.JsonRpc.Message.notification method params?) = some (Lean.Server.Logging.MessageMethod.notification method)
- Lean.Server.Logging.messageMethod? x✝ = none
Instances For
def
Lean.Server.Logging.writeLogEntry
(cfg : LogConfig)
(pending : Std.HashMap JsonRpc.RequestID MessageMethod)
(log : IO.FS.Handle)
(direction : JsonRpc.MessageDirection)
(msg : JsonRpc.Message)
:
Equations
- One or more equations did not get rendered due to their size.