Dispatcher Paragon Mobile Print Server Logs
General Info:
Using Nlog.config user can configure respective output logs. Mainly used for changing of log level to trace. For more info see Configuring logging using Nlog.config.
Log Format Definition Path |
Configuration Path |
Output Log Path |
Data Pattern after Size Overflow |
Max File Size |
Max Number of Files (Delete Strategy) |
Compression |
Concurrent Writes |
Logging Type |
mobileprintservice\src\MobilePrint\Nlog.config |
<DispatcherParagon_HOME>\MPS \Service\NLog.config |
<DispatcherParagon_HOME>\MPS\Logs\mps.log |
Date-style, Daily |
~21MB |
15 |
no |
false |
Nlog |
Log Format
Log Name |
Column 1 |
Column 2 |
Column 3 |
Column 4 |
Column 5 |
mps.log |
yyyy-MM-dd HH:mm:ss.ffff |
Logging priority (Debug) (fixed width 5) |
thread ID (width 2) |
class name, method name and source information (f-w 70) |
message/exception on new line |
Example
mps.log |
||||
yyyy-MM-dd HH:mm:ss.ffff |
Logging priority (Debug) (fixed width 5) |
thread ID (width 2) |
class name, method name and source information (f-w 70) |
message/exception on new line |
2016-05-26 09:12:10.7801 |
INFO |
5 |
| Configuration.SafeQConfiguration.Initialize | |
SafeQ configuration loaded successfully. |
2016-05-26 09:12:11.1550 |
ERROR |
4 |
| MobilePrint.MobilePrint.Initialize | |
The service could not be started because Mobile Print Server is not licensed or enabled in SafeQ system settings. |
2016-05-26 09:12:11.1706 |
INFO |
4 |
| MobilePrint.MobilePrintService.Stop | |
Stopping service... |