Created
September 2, 2025 18:51
-
-
Save gabrielfeo/15d551653e4cc486dc71f8fed4b6ff03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cells": [ | |
| { | |
| "metadata": { | |
| "ExecuteTime": { | |
| "end_time": "2025-09-02T18:50:00.496472Z", | |
| "start_time": "2025-09-02T18:50:00.428864Z" | |
| } | |
| }, | |
| "cell_type": "code", | |
| "source": [ | |
| "@file:DependsOn(\"org.slf4j:slf4j-api:2.0.17\")\n", | |
| "@file:DependsOn(\"ch.qos.logback:logback-classic:1.5.18\")" | |
| ], | |
| "outputs": [], | |
| "execution_count": 3 | |
| }, | |
| { | |
| "metadata": { | |
| "ExecuteTime": { | |
| "end_time": "2025-09-02T18:50:00.525628Z", | |
| "start_time": "2025-09-02T18:50:00.499896Z" | |
| } | |
| }, | |
| "cell_type": "code", | |
| "source": [ | |
| "import org.slf4j.LoggerFactory\n", | |
| "\n", | |
| "LoggerFactory.getLogger(\"foo\").info(\"This is an info log message\")" | |
| ], | |
| "outputs": [], | |
| "execution_count": 4 | |
| } | |
| ], | |
| "metadata": { | |
| "kernelspec": { | |
| "display_name": "Kotlin", | |
| "language": "kotlin", | |
| "name": "kotlin" | |
| }, | |
| "language_info": { | |
| "name": "kotlin", | |
| "version": "1.9.23", | |
| "mimetype": "text/x-kotlin", | |
| "file_extension": ".kt", | |
| "pygments_lexer": "kotlin", | |
| "codemirror_mode": "text/x-kotlin", | |
| "nbconvert_exporter": "" | |
| } | |
| }, | |
| "nbformat": 4, | |
| "nbformat_minor": 0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment