Class Logger

Definition

Namespace:
Tizen.NUI.Xaml.Build.Tasks
Assembly:
Tizen.NUI.XamlBuild.dll
C#
Copy
public class Logger : object
Inheritance
Logger

Constructors

View Source

Logger(TaskLoggingHelper)

Declaration
C#
Copy
public Logger(TaskLoggingHelper helper)
Parameters
Type Name Description
TaskLoggingHelper helper

Properties

View Source

Helper

Declaration
C#
Copy
public TaskLoggingHelper Helper { get; }
Property Value
Type Description
TaskLoggingHelper

Methods

View Source

LogError(String, String, String, String, Int32, Int32, Int32, Int32, String, Object[])

Declaration
C#
Copy
public 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
View Source

LogException(String, String, String, String, Exception)

Declaration
C#
Copy
public 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
View Source

LogLine(MessageImportance, String, Object[])

Declaration
C#
Copy
public void LogLine(MessageImportance messageImportance, string format, params object[] arg)
Parameters
Type Name Description
MessageImportance messageImportance
String format
Object[] arg
View Source

LogString(MessageImportance, String, Object[])

Declaration
C#
Copy
public void LogString(MessageImportance messageImportance, string format, params object[] arg)
Parameters
Type Name Description
MessageImportance messageImportance
String format
Object[] arg

Extension Methods