| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
CDP.Domains.Log
Description
Log
Provides access to log entries.
Synopsis
- data PLogStopViolationsReport = PLogStopViolationsReport
- data PLogStartViolationsReport = PLogStartViolationsReport {}
- data PLogEnable = PLogEnable
- data PLogDisable = PLogDisable
- data PLogClear = PLogClear
- data LogEntryAdded = LogEntryAdded {}
- data LogViolationSetting = LogViolationSetting {}
- data LogViolationSettingName
- data LogLogEntry = LogLogEntry {
- logLogEntrySource :: LogLogEntrySource
- logLogEntryLevel :: LogLogEntryLevel
- logLogEntryText :: Text
- logLogEntryCategory :: Maybe LogLogEntryCategory
- logLogEntryTimestamp :: RuntimeTimestamp
- logLogEntryUrl :: Maybe Text
- logLogEntryLineNumber :: Maybe Int
- logLogEntryStackTrace :: Maybe RuntimeStackTrace
- logLogEntryNetworkRequestId :: Maybe NetworkRequestId
- logLogEntryWorkerId :: Maybe Text
- logLogEntryArgs :: Maybe [RuntimeRemoteObject]
- data LogLogEntryCategory = LogLogEntryCategoryCors
- data LogLogEntryLevel
- data LogLogEntrySource
- = LogLogEntrySourceXml
- | LogLogEntrySourceJavascript
- | LogLogEntrySourceNetwork
- | LogLogEntrySourceStorage
- | LogLogEntrySourceAppcache
- | LogLogEntrySourceRendering
- | LogLogEntrySourceSecurity
- | LogLogEntrySourceDeprecation
- | LogLogEntrySourceWorker
- | LogLogEntrySourceViolation
- | LogLogEntrySourceIntervention
- | LogLogEntrySourceRecommendation
- | LogLogEntrySourceOther
- pLogClear :: PLogClear
- pLogDisable :: PLogDisable
- pLogEnable :: PLogEnable
- pLogStartViolationsReport :: [LogViolationSetting] -> PLogStartViolationsReport
- pLogStopViolationsReport :: PLogStopViolationsReport
Documentation
data PLogStopViolationsReport Source #
Stop violation reporting.
Parameters of the stopViolationsReport command.
Constructors
| PLogStopViolationsReport |
Instances
data PLogStartViolationsReport Source #
start violation reporting.
Parameters of the startViolationsReport command.
Constructors
| PLogStartViolationsReport | |
Fields
| |
Instances
| Eq PLogStartViolationsReport Source # | |
Defined in CDP.Domains.Log Methods (==) :: PLogStartViolationsReport -> PLogStartViolationsReport -> Bool # (/=) :: PLogStartViolationsReport -> PLogStartViolationsReport -> Bool # | |
| Show PLogStartViolationsReport Source # | |
Defined in CDP.Domains.Log Methods showsPrec :: Int -> PLogStartViolationsReport -> ShowS # show :: PLogStartViolationsReport -> String # showList :: [PLogStartViolationsReport] -> ShowS # | |
| ToJSON PLogStartViolationsReport Source # | |
Defined in CDP.Domains.Log Methods toJSON :: PLogStartViolationsReport -> Value # toEncoding :: PLogStartViolationsReport -> Encoding # toJSONList :: [PLogStartViolationsReport] -> Value # | |
| Command PLogStartViolationsReport Source # | |
Defined in CDP.Domains.Log Associated Types | |
| type CommandResponse PLogStartViolationsReport Source # | |
Defined in CDP.Domains.Log | |
data PLogEnable Source #
Enables log domain, sends the entries collected so far to the client by means of the
entryAdded notification.
Parameters of the enable command.
Constructors
| PLogEnable |
Instances
| Eq PLogEnable Source # | |
Defined in CDP.Domains.Log | |
| Show PLogEnable Source # | |
Defined in CDP.Domains.Log Methods showsPrec :: Int -> PLogEnable -> ShowS # show :: PLogEnable -> String # showList :: [PLogEnable] -> ShowS # | |
| ToJSON PLogEnable Source # | |
Defined in CDP.Domains.Log Methods toJSON :: PLogEnable -> Value # toEncoding :: PLogEnable -> Encoding # toJSONList :: [PLogEnable] -> Value # toEncodingList :: [PLogEnable] -> Encoding # | |
| Command PLogEnable Source # | |
Defined in CDP.Domains.Log Associated Types type CommandResponse PLogEnable Source # Methods commandName :: Proxy PLogEnable -> String Source # fromJSON :: Proxy PLogEnable -> Value -> Result (CommandResponse PLogEnable) Source # | |
| type CommandResponse PLogEnable Source # | |
Defined in CDP.Domains.Log | |
data PLogDisable Source #
Disables log domain, prevents further log entries from being reported to the client.
Parameters of the disable command.
Constructors
| PLogDisable |
Instances
| Eq PLogDisable Source # | |
Defined in CDP.Domains.Log | |
| Show PLogDisable Source # | |
Defined in CDP.Domains.Log Methods showsPrec :: Int -> PLogDisable -> ShowS # show :: PLogDisable -> String # showList :: [PLogDisable] -> ShowS # | |
| ToJSON PLogDisable Source # | |
Defined in CDP.Domains.Log Methods toJSON :: PLogDisable -> Value # toEncoding :: PLogDisable -> Encoding # toJSONList :: [PLogDisable] -> Value # toEncodingList :: [PLogDisable] -> Encoding # | |
| Command PLogDisable Source # | |
Defined in CDP.Domains.Log Associated Types Methods commandName :: Proxy PLogDisable -> String Source # fromJSON :: Proxy PLogDisable -> Value -> Result (CommandResponse PLogDisable) Source # | |
| type CommandResponse PLogDisable Source # | |
Defined in CDP.Domains.Log | |
Clears the log.
Parameters of the clear command.
Constructors
| PLogClear |
data LogEntryAdded Source #
Type of the entryAdded event.
Constructors
| LogEntryAdded | |
Fields
| |
Instances
| Eq LogEntryAdded Source # | |
Defined in CDP.Domains.Log Methods (==) :: LogEntryAdded -> LogEntryAdded -> Bool # (/=) :: LogEntryAdded -> LogEntryAdded -> Bool # | |
| Show LogEntryAdded Source # | |
Defined in CDP.Domains.Log Methods showsPrec :: Int -> LogEntryAdded -> ShowS # show :: LogEntryAdded -> String # showList :: [LogEntryAdded] -> ShowS # | |
| FromJSON LogEntryAdded Source # | |
Defined in CDP.Domains.Log Methods parseJSON :: Value -> Parser LogEntryAdded # parseJSONList :: Value -> Parser [LogEntryAdded] # | |
| Event LogEntryAdded Source # | |
Defined in CDP.Domains.Log | |
data LogViolationSetting Source #
Constructors
| LogViolationSetting | |
Fields
| |
Instances
| Eq LogViolationSetting Source # | |
Defined in CDP.Domains.Log Methods (==) :: LogViolationSetting -> LogViolationSetting -> Bool # (/=) :: LogViolationSetting -> LogViolationSetting -> Bool # | |
| Show LogViolationSetting Source # | |
Defined in CDP.Domains.Log Methods showsPrec :: Int -> LogViolationSetting -> ShowS # show :: LogViolationSetting -> String # showList :: [LogViolationSetting] -> ShowS # | |
| ToJSON LogViolationSetting Source # | |
Defined in CDP.Domains.Log Methods toJSON :: LogViolationSetting -> Value # toEncoding :: LogViolationSetting -> Encoding # toJSONList :: [LogViolationSetting] -> Value # toEncodingList :: [LogViolationSetting] -> Encoding # | |
| FromJSON LogViolationSetting Source # | |
Defined in CDP.Domains.Log Methods parseJSON :: Value -> Parser LogViolationSetting # parseJSONList :: Value -> Parser [LogViolationSetting] # | |
data LogViolationSettingName Source #
Type ViolationSetting.
Violation configuration setting.
Constructors
Instances
data LogLogEntry Source #
Constructors
| LogLogEntry | |
Fields
| |
Instances
| Eq LogLogEntry Source # | |
Defined in CDP.Domains.Log | |
| Show LogLogEntry Source # | |
Defined in CDP.Domains.Log Methods showsPrec :: Int -> LogLogEntry -> ShowS # show :: LogLogEntry -> String # showList :: [LogLogEntry] -> ShowS # | |
| ToJSON LogLogEntry Source # | |
Defined in CDP.Domains.Log Methods toJSON :: LogLogEntry -> Value # toEncoding :: LogLogEntry -> Encoding # toJSONList :: [LogLogEntry] -> Value # toEncodingList :: [LogLogEntry] -> Encoding # | |
| FromJSON LogLogEntry Source # | |
Defined in CDP.Domains.Log | |
data LogLogEntryCategory Source #
Constructors
| LogLogEntryCategoryCors |
Instances
data LogLogEntryLevel Source #
Constructors
| LogLogEntryLevelVerbose | |
| LogLogEntryLevelInfo | |
| LogLogEntryLevelWarning | |
| LogLogEntryLevelError |
Instances
data LogLogEntrySource Source #
Type LogEntry.
Log entry.
Constructors