Default Output Log Example

'Log Output Date', 'Log Output Time', 'Agent ID', 'Log Level', 'Log Output Class', 'Log Message No.', and 'Log Message' are separated by half-width spaces in the output log.

Console Log

20XX-MM-DD XX:XX:XX,XXX INFO  [thread(2)] XxxHandler - I500021 - The connection with the end point was established. SessionID:[XX] (Xxx.java:84) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(2)] XxxHandler - I500022 - Sending the authentication information to the service. SessionID:[XX] (Xxx.java:94) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(1)] XxxHandler - I500024 - Authentication succeeded. SessionID:[XX] (Xxx.java:73) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(1)] XxxHandler - I500025 - Sending the relay information to the service. SessionID:[XX] (Xxx.java:76) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(2)] XxxHandler - I500027 - Ready to send the file. SessionID:[XX] (Xxx.java:100) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(2)] XxxHandler - I500028 - Starting sending the file. SessionID:[XX], File:[XX], FileID:[XX], Identifier:[XX] (Xxx.java:102) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(2)] XxxHandler - I500030 - Sending the completion notification to the service. SessionID:[XX], File:[XX], FileID:[XX], Identifier:[XX] (Xxx.java:129) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(1)] XxxHandler - I500031 - Sending the file was completed. SessionID:[XX], File:[XX], FileID:[XX], Identifier:[XX] (Xxx.java:156) 
20XX-MM-DD XX:XX:XX,XXX INFO  [thread(1)] XxxHandler - I500055 - The session was disconnected. SessionID:[XX], File:[XX], FileID:[XX], Identifier:[XX], ReasonCode:[XX] (Xxx.java:138)

Transfer Log

20XX-MM-DD XX:XX:XX,XXX [START] Method=put, FileID=SAMPLE, RemoteHost=webconnect_demo_host, Identifier=undefined 
20XX-MM-DD XX:XX:XX,XXX [END  ] Method=put, FileID=SAMPLE, RemoteHost=webconnect_demo_host, Identifier=F7EBF875E2420795596ED6EBE69B9F2EB1, status=0, message="Transfer finished successfully." 
20XX-MM-DD XX:XX:XX,XXX [START] Method=get, FileID=SAMPLE, RemoteHost=webconnect_demo_host, Identifier=0A61DF1FC49115C415535C8626BDAF2DB1 
20XX-MM-DD XX:XX:XX,XXX [END  ] Method=get, FileID=SAMPLE, RemoteHost=webconnect_demo_host, Identifier=0A61DF1FC49115C415535C8626BDAF2DB1, status=0, message="Transfer finished successfully."