Enum LogOutput
Determines the way the server can write log messages. This enumerator is for giving permissions for certain contexts to be able or not to write to the server logs, such as AccessLogsStream and ErrorsLogsStream.
[Flags]
public enum LogOutput
Fields
AccessLog = 2Determines that the context or the route can write log messages only to the access logs through AccessLogsStream.
Both = AccessLog | ErrorLogDetermines that the context or the route can write log messages to both error and access logs.
ErrorLog = 4Determines that the context or the route can write error messages only to the error logs through ErrorsLogsStream.
None = 0Determines that the context or the route cannot write any log messages.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語