![]() |
OTX-Runtime for DotNet
|
|
This class is used to setup new log file. More...
Static Public Member Functions | |
static void | SetupTracer (EmotiveLogLevel logLevel, string traceFolder="", string fileName="") |
Setup tracer. This method can also be used to change log level. Trace Folder and File Name can only be setup once. More... | |
This class is used to setup new log file.
|
inlinestatic |
Setup tracer. This method can also be used to change log level. Trace Folder and File Name can only be setup once.
logLevel | The log level will be set to logger. |
traceFolder | The directory where the trace files are stored. LoggerConfig will uses the default directory if this param is set with empty string. |
fileName | Log file's name. LoggerConfig will uses the default file name if this param is set with empty string. |
Default value:
Trace folder Window : "C:\User\[Current User]\AppData\Roaming\OpenTestSystem\[Version]\DiagManager\Logging\".
File name: DiagManagerApi_Dotnet_[Date].log