Table of Contents

Class Consts.Schedule.Log

Namespace
Dynamicweb.Scheduling
Assembly
Dynamicweb.Core.dll
public class Consts.Schedule.Log
Inheritance
Consts.Schedule.Log
Inherited Members

Fields

Finished

public const string Finished = "task execution finished"

Field Value

string

LoadFailed

public const string LoadFailed = "Failed to load assembly: {0}"

Field Value

string

LoadFailedFormat

public static readonly CompositeFormat LoadFailedFormat

Field Value

CompositeFormat

PathNotFound

public const string PathNotFound = "Path not found: {0}"

Field Value

string

PathNotFoundFormat

public static readonly CompositeFormat PathNotFoundFormat

Field Value

CompositeFormat

Returned

public const string Returned = "Method {0}.{1}.{2} returned: {3}"

Field Value

string

ReturnedFormat

public static readonly CompositeFormat ReturnedFormat

Field Value

CompositeFormat

Started

public const string Started = "task execution started"

Field Value

string

Status

public const string Status = "HTTP status code: {0}"

Field Value

string

TypeNotFound

public const string TypeNotFound = "Type {0} not found in assembly {1}"

Field Value

string

TypeNotFoundFormat

public static readonly CompositeFormat TypeNotFoundFormat

Field Value

CompositeFormat
To top