Class Logger
Definition
- Namespace:
- Tizen.NUI.Xaml.Build.Tasks
- Assembly:
- Tizen.NUI.XamlBuild.dll
C#Copypublic class Logger : object
- Inheritance
-
Logger
Constructors
Declaration
C#Copypublic Logger(TaskLoggingHelper helper)
Parameters
Type | Name | Description |
---|---|---|
TaskLoggingHelper | helper |
Properties
Declaration
C#Copypublic TaskLoggingHelper Helper { get; }
Property Value
Type | Description |
---|---|
TaskLoggingHelper |
Methods
Declaration
C#Copypublic void LogError(string subcategory, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, params object[] messageArgs)
Parameters
Type | Name | Description |
---|---|---|
String | subcategory | |
String | errorCode | |
String | helpKeyword | |
String | file | |
Int32 | lineNumber | |
Int32 | columnNumber | |
Int32 | endLineNumber | |
Int32 | endColumnNumber | |
String | message | |
Object[] | messageArgs |
Declaration
C#Copypublic void LogException(string subcategory, string errorCode, string helpKeyword, string file, Exception e)
Parameters
Type | Name | Description |
---|---|---|
String | subcategory | |
String | errorCode | |
String | helpKeyword | |
String | file | |
Exception | e |
Declaration
C#Copypublic void LogLine(MessageImportance messageImportance, string format, params object[] arg)
Parameters
Type | Name | Description |
---|---|---|
MessageImportance | messageImportance | |
String | format | |
Object[] | arg |
Declaration
C#Copypublic void LogString(MessageImportance messageImportance, string format, params object[] arg)
Parameters
Type | Name | Description |
---|---|---|
MessageImportance | messageImportance | |
String | format | |
Object[] | arg |