mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 09:35:38 -05:00
191 lines
5.9 KiB
YAML
191 lines
5.9 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
commentId: T:Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
id: LogLevel
|
|
parent: Microsoft.SqlTools.ServiceLayer.Utility
|
|
children:
|
|
- Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Error
|
|
- Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Normal
|
|
- Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Verbose
|
|
- Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Warning
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: LogLevel
|
|
nameWithType: LogLevel
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: LogLevel
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
startLine: 16
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Utility
|
|
summary: "\nDefines the level indicators for log messages.\n"
|
|
example: []
|
|
syntax:
|
|
content: public enum LogLevel
|
|
content.vb: Public Enum LogLevel
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Verbose
|
|
commentId: F:Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Verbose
|
|
id: Verbose
|
|
parent: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Verbose
|
|
nameWithType: LogLevel.Verbose
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Verbose
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: Verbose
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
startLine: 21
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Utility
|
|
summary: "\nIndicates a verbose log message.\n"
|
|
example: []
|
|
syntax:
|
|
content: Verbose = 0
|
|
return:
|
|
type: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Normal
|
|
commentId: F:Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Normal
|
|
id: Normal
|
|
parent: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Normal
|
|
nameWithType: LogLevel.Normal
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Normal
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: Normal
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Utility
|
|
summary: "\nIndicates a normal, non-verbose log message.\n"
|
|
example: []
|
|
syntax:
|
|
content: Normal = 1
|
|
return:
|
|
type: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Warning
|
|
commentId: F:Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Warning
|
|
id: Warning
|
|
parent: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Warning
|
|
nameWithType: LogLevel.Warning
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Warning
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: Warning
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
startLine: 31
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Utility
|
|
summary: "\nIndicates a warning message.\n"
|
|
example: []
|
|
syntax:
|
|
content: Warning = 2
|
|
return:
|
|
type: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Error
|
|
commentId: F:Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Error
|
|
id: Error
|
|
parent: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Error
|
|
nameWithType: LogLevel.Error
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.Error
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: Error
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/Utility/Logger.cs
|
|
startLine: 36
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.Utility
|
|
summary: "\nIndicates an error message.\n"
|
|
example: []
|
|
syntax:
|
|
content: Error = 3
|
|
return:
|
|
type: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
references:
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Utility
|
|
commentId: N:Microsoft.SqlTools.ServiceLayer.Utility
|
|
isExternal: false
|
|
name: Microsoft.SqlTools.ServiceLayer.Utility
|
|
nameWithType: Microsoft.SqlTools.ServiceLayer.Utility
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Utility
|
|
- uid: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
commentId: T:Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|
|
parent: Microsoft.SqlTools.ServiceLayer.Utility
|
|
isExternal: false
|
|
name: LogLevel
|
|
nameWithType: LogLevel
|
|
fullName: Microsoft.SqlTools.ServiceLayer.Utility.LogLevel
|