blob: 87648a3a02c5542463823089f0f3d846eb4457e5 [file] [log] [blame]
Roman Elizarovf16fd272017-02-07 11:26:00 +03001/*
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03002 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Roman Elizarovf16fd272017-02-07 11:26:00 +03003 */
4
Roman Elizarov3d9fb682017-01-23 21:02:43 +03005package examples
6
Roman Elizarov49ebab92017-01-24 12:20:06 +03007import java.text.SimpleDateFormat
8import java.util.*
Roman Elizarov3d9fb682017-01-23 21:02:43 +03009
Roman Elizarovb5331122017-02-08 16:33:07 +030010fun log(msg: String) = println("${SimpleDateFormat("yyyyMMdd-HHmmss.sss").format(Date())} [${Thread.currentThread().name}] $msg")