initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
22
github/codeql-action-v2/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.d.ts
generated
vendored
Normal file
22
github/codeql-action-v2/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
* The different levels of logs that can be used with the HttpPipelineLogger.
|
||||
*/
|
||||
export declare enum HttpPipelineLogLevel {
|
||||
/**
|
||||
* A log level that indicates that no logs will be logged.
|
||||
*/
|
||||
OFF = 0,
|
||||
/**
|
||||
* An error log.
|
||||
*/
|
||||
ERROR = 1,
|
||||
/**
|
||||
* A warning log.
|
||||
*/
|
||||
WARNING = 2,
|
||||
/**
|
||||
* An information log.
|
||||
*/
|
||||
INFO = 3
|
||||
}
|
||||
//# sourceMappingURL=httpPipelineLogLevel.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue